:root {
    --light:#ffe1e0;
    --main:#f2b1a4;
    --shadow:#893e52;
    --dark:#370316;
     --accent:#fff41d;
}

@font-face { font-family: CS; src: url('CS.ttf'); }
@font-face { font-family: CSbold; src: url('CSbold.ttf'); }
@font-face { font-family: CSthin; src: url('CSthin.ttf'); }
@font-face { font-family: CShair; src: url('CShair.ttf'); }
@font-face { font-family: KG; src: url('KG.ttf'); }



a, a:visited {
    color: var(--shadow);
}

a:hover {
    color: var(--accent);
}

h1 {
    font-size: 75px;
    font-family: KG;
    color: var(--dark);
}

h2 {
    font-size: 40;
    font-family: CSbold;
    color: var(--dark);
}

h3 {
    font-family: CS;
    color: var(--shadow);
}

h4 {
    font-family: CS;
    color: var(--shadow);
    font-size: 15px;
}

p, a {
    font-family: CSthin;
    color: var(--shadow);
}



.titlu {
    padding-top: 20px;
    text-align: center;
    line-height: 0px;
}

#pagedoll {
    position: fixed;
    bottom: 20px;
    right:30px;
    background-size:cover;
    background-repeat: no-repeat;
    content: url(
'pagedoll.png');
  }

#pagedoll:hover {
    content: url(
'me.png');
}

#pagedollme {
    position: absolute;
    top: 10px;
    right: 450px;
}

.intro {
    background-image: url("BG.png");
    background-size: cover;
    background-position-x: center;
}
.intro h1, .intro h2 {
    color: white;
    text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000,
             1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
}

.infobox {
    text-align: center;
    padding-top: 7px;
    padding: 3px;
    margin-top: 0px;
    background-color:var(--main);
    width: 510px;
    height:70px;
    margin-left: auto;
    margin-right: auto;
    border-right: 4px solid var(--shadow);
    border-bottom: 4px solid var(--shadow);
    border-radius: 5px;
    line-height: 0px;
    display: block;
}

.heading {
    padding: 1px;
}



.textboxleft {
    width:250px;
    background-color: var(--light);
    border-bottom: 4px solid var(--main);
    border-radius: 5px;
    position: fixed;
    left: 1px;
    top: 250px;
    text-overflow: ellipsis;
    text-align: center;
}

.textboxright {
    width:250px;
    background-color: var(--light);
    border-bottom: 4px solid var(--main);
    border-radius: 5px;
    position: fixed;
    right: 1px;
    top: 250px;
    text-overflow: ellipsis;
    text-align: center;
}


.imagebox {
    background-color: var(--light);
    text-align: center;
    margin-top: 30px;
    border-radius: 5px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    line-height: 0px;
    padding-bottom: 10px;
    padding: 10px;
    border:dashed white;
}

.parvusbox {
    background-color: var(--light);
    text-align:center;
    margin-top: 10px;
    border-radius: 5px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    line-height: 0px;
    padding-bottom: 5px;
    padding: 5px;
    border:dashed white;
    text-overflow: ellipsis;
}

.parvustext {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.parvusimg {
    position:absolute;
    top: 256px;
    left: 130px;
}

.imagebox p {
    text-align: center;
    margin: 15px;
}






.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  .column {
    flex: 20%;
    max-width: 33%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  
  
  * {box-sizing: border-box}
  
  /* Container needed to position the overlay. Adjust the width as needed */
  .container {
    position: relative;
    width: 100%;
    max-width: 370px;
  }
  
  /* Make the image to responsive */
  .image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  
  /* The overlay effect - lays on top of the container and over the image */
  .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(219, 164, 164);
    background: rgba(57, 5, 17, 0.5); /* Black see-through */
    color: #f1f1f1;
    text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000,
             1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 15px;
    padding: 20px;
    padding-top: 5px;
    text-align: center;
  }

  .overlay h3 {
    color: white;
  }
  
  /* When you mouse over the container, fade in the overlay title */
  .container:hover .overlay {
    opacity: 1;
  }








.backup {
    text-align: center;
    width: 200px;
    background-color: var(--main);
    border-radius: 5px;
    border-bottom: 4px solid var(--shadow);
    margin-left: auto;
    margin-right: auto;
    padding:5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.submitbutton {
    background-color: var(--main);
    border-radius: 5px;
    padding: 5px;
    border-bottom: 4px solid var(--shadow);
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}



html {
    scroll-behavior: smooth;
  }






  /*STICKERS*/

  .star {
    position: absolute;
    top: 210px;
    right: 260px;
  }

  .socool {
    position: absolute;
    top: 639px;
    right: 240px;
  }

  .flower {
    position: absolute;
    top: 410px;
    right: 248px;
  }

  .sparkles {
    position: absolute;
    top: 180px;
    left: 420px;
  }