@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');


:root {
    --background-color: #000000;
    --box-color: #60359a;
    --font-color: #130038;
    
    --padding: 10px;
    
    --heading-font: 'Fraunces', sans-serif;
    --font: ms gothic, serif;
}

main {
    margin-top: 200px;
    width: 500px;
    margin: auto;
    height: 500px;
    align-items: center;
    border: 30px solid transparent;
    border-image: url('images/whitelacelarge.png') 34 round;
    position: relative;
}

.box {
    background-color: var(--box-color);
    width: inherit;
    height: inherit;
    border-radius: 5px;
    margin: auto;
    padding: var(--padding);
    box-sizing: border-box;
    text-align: center;
}

body {
    display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 100vh;
  font-size: var(--font-size);
  margin: 0;
  background-size: inherit;
background-color: var(--background-color);
    line-height: 01em;
}

.sticker {
    position: absolute;
    right: 20vh;
    top: 20vh;
    display: block;
    height: 125px;
    width: 125px;
}

.wrapper {
    margin: auto;
}

h1 {
    font-family: var(--heading-font);
    text-decoration: underline;
    text-decoration-style: wavy;
    color: var(--font-color);
}

.overflowtext {
    overflow: auto;
    width: 80%;
    margin: auto;
    text-align: center;
    height: 150px;
}


p {
    font-family: var(--font);
    color: var(--font-color)
}

::selection {
  color: #ecc1ff;
  background: rgba(255, 0, 254, 0.39);
}

.box-content {
    width: 80%;
    height: 100px;
    justify-content: center;
    text-align: center;
    align-content: center;
    margin: auto;
}

marquee {
    margin: 5px;
    width: 80%;
    justify-content: center;
    text-align: center;
    align-content: center;
    height: 100px;
}

audio {
    opacity:0.20;
    width:270px;
    height:40px;
    border-radius:50px;
}

.player {
    background: rgb(126, 77, 255);
    width:100px;
    height:40px;
    border-radius:50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.player-wrap {
    margin: auto;
    text-align: center;
}

.sticker2 {
    position: absolute;
    right: 8vh;
    top: 21vh;
    display: block;
    height: 125px;
    width: 125px;    
}

a {
    text-decoration: none;
}

.bigwrap {
    width: 800px;
    margin: auto;
    height: 700px;
    align-items: center;
    position: relative;
}

.stampholder {
    width: 120px;
    float: left;
    right: 50px; 
}


