: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: 500px;
    height:60px;
    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;
    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;
}

.parvustext {
    color: red;
    position:static;
    top: 500px;
    left: 100px;
}


.imagebox p {
    text-align: left;
    margin: 15px;
}

.column {
    flex: 20%;
    width: 90%;
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
}

  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}
  .image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}


.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;
}

html {
    scroll-behavior: smooth;
  }