
button {
    background-color: rgb(35, 35, 35);
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}
@font-face {
    font-family: 'roboto';
    src:url(Roboto-Italic-VariableFont_wdth\,wght.ttf);
}
@font-face {
    font-family: 'stander';
    src: url(Eracake.ttf);
}
a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}
ul {
    list-style-type: none;
    padding-top: 10px;
}


.linklook button:hover{
    background-color: rgb(63, 63, 63);
    text-decoration: underline;
    text-underline-offset: 25px;
    text-decoration-thickness: 5px;
    text-decoration-color: white;
}
header {
    background-color: rgb(35, 35, 35);
    padding-top: 0px;
    align-items: center;
}
body {
    padding: 0px;
    margin: 0px;
    height: 100%;
}
html {
    height: 100%;
}
.linklook {
    color: rgb(255, 255, 255);
    display: flex;
    font-family: 'stander';
    padding: 0px;
    margin: 0px;
}
.links {
    margin: 0;
    padding-bottom: 30px;
    font-size: 28px;
    padding-top: 28px;
    margin-left: 120px;
}
#luni {
    right: 0;
    margin-top: 10px;
    position: absolute;
    margin-right: 20px;

}
#logo {
    font-size: 45px;
    font-weight: bold;
    margin-left: 30px;
    font-family: 'stander';
    font-weight:lighter;
}

#backgr {
    background-image: url(flowback.png);
    height: 2100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#stander {
    font-family: 'stander';
    margin: auto;
    color: rgb(254, 209, 255);
    font-size: 100px;
    text-align: center;
    padding-top: 200px;
    
}
.info {
    font-family: 'roboto';
    font-size: 40px;
    color: white;
    text-align: center;
}
#bor {
    align-content : center;
    width : 80%;
    margin-left : auto;
    margin-right : auto;
    border-bottom: 1px solid #ffffff;
}

#bottominfo {
    padding-top: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#me {
    margin-top: 50px;
    margin-bottom: 180px;
    max-width: 372.24px;
    height: auto;
    

}
.writteninfo {
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    color: white;
    text-align: center;
    height: 400px;
    width: 350px;
    padding-left: 20px;

}





.possiblewords {
    position: relative;
    width: 400px;
    height: 80px;
    overflow: hidden;
    font-size: 2em;
    color: white;
    font-family: 'stander';
}
.possiblewords span {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translateY(100%);
    animation: wordChange 5s infinite;
    animation-fill-mode: forwards;
    text-align: center;
    margin-top: 30px;
    margin-left: 120px;

}
.possiblewords span:nth-child(1) {
    animation-delay: 0s;
}
.possiblewords span:nth-child(2) {
    animation-delay: 2s;
}
.possiblewords span:nth-child(3) {
    animation-delay: 4s;
}
.possiblewords span:nth-child(4) {
    animation-delay: 6s;
}
.possiblewords span:nth-child(5) {
    animation-delay: 8s;
}
@keyframes wordChange {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    5% {
        opacity: 1;
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(0);
    }
    25% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

#bottomgrid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

#gridimg {
    padding-top: 20px;
}
#bottomgrid {
    background-color: rgba(202, 138, 210, 0.3);;
    margin: auto;
    max-width: 1000px;
    height: 500px;
    border-radius: 5%;
    margin-top: 100px;

}
#bottomgrid p {
    opacity: 30%;
}
.griditem {
    color: #ffffff;
    font-family: 'stander';
    text-align: center;
    opacity: 100%;
    margin-top: 5px;
    font-size: 1.5em;
    padding-bottom: 40px;
}







.foots {
    background-color: black;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: white;
    font-family: 'roboto';
    
}