body{
    margin: 0;
    padding: 0;
    background-image: url("../img/image1.svg");
    width: 100vw;
    height: 10vh;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}
#header{
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 70px;
    background-color: #280b2293;
    box-shadow: 1px 1px 5px black;
    box-sizing: border-box;
    z-index: 2;
}
#logoContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 70px;
    background-image: url("../img/wordinarius.svg");
    background-repeat: no-repeat;
    background-size: contain;
    animation: appear 2s forwards;
    opacity: 0;
}
@keyframes appear {
    100% {opacity: 1;}
}
#mainContainer{
    width: 100vw;
    height: 100vh;
    color: white;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 70px auto 70px 20px;
}
#main{
    grid-area: 2 / 1 / span 1 / span 1 ;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 70px auto 70px; 
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
#slogan{
display: flex;
justify-content: center;
align-items: center;
font-family: 'Fredericka the Great', cursive;
font-size: larger;
letter-spacing: 3px;
color: white;
animation: appear 1s 0.25s forwards;
opacity: 0;
}
#sss{
    width: 100vw;
    height: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.178);
    border-bottom: 1px solid rgba(255, 255, 255, 0.178);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}
#selectContainer{
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 5px 0px;
    box-sizing: border-box;
}
#select{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.034);
}
#selectInner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100px;
    background-image: url(../img/select.svg);
    background-repeat: no-repeat;
    background-size: contain;
    animation: appear 2s 0.5s forwards;
    opacity: 0;
}
#scanContainer{
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 5px 0px 5px 0px;
    box-sizing: border-box;
}
#scanInner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100px;
    background-image: url(../img/scan.svg);
    background-repeat: no-repeat;
    background-size: contain;
    animation: appear 2s 0.75s forwards;
    opacity: 0;
}
#scan{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.034);
}
#studyContainer{
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 5px 0px 10px 0px;
    box-sizing: border-box;
}
#study{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.034);
}
#studyInner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100px;
    background-image: url(../img/study.svg);
    background-repeat: no-repeat;
    background-size: contain;
    animation: appear 2s 1s forwards;
    opacity: 0;
}
#discoverContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
#discover{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:'Fredericka the Great', cursive;
    font-size: larger;
    letter-spacing: 3px;
    border: 1px solid rgba(255, 255, 255, 0.336);
    width: 100%;
    height: 40px;
    border-radius: 5px;
    max-width: 300px;
    animation: appear 2s 1.25s forwards;
    opacity: 0;
    cursor: pointer;
    color: white;
    box-shadow: 1px 1px 5px black;
    /* background-color: rgba(255, 255, 255, 0.042); */
}
#footer{
    width: 100vw;
    height: 70px;
    position: fixed;
    background-color: #280b2293;
    z-index: 2;
    bottom: 0;
    box-shadow: 1px 1px 5px black;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footerInner{
    display: flex;
    justify-content: space-around;
    max-width: 300px;
    align-items: center;
    height: 100%;
    width: 100%;
}
#home{
    display: flex;
    width: 0px;
    height: 50px;
    background-image: url("../img/home.svg"); 
    animation: icons 1s 2s forwards;  
    cursor: pointer;
}
#about{
    display: flex;
    width: 0px;
    height: 50px;
    background-image: url("../img/about.svg");  
    animation: icons 1s 2s forwards;  
    cursor: pointer;
}
#contact{
    display: flex;
    width: 0px;
    height: 50px;
    background-image: url("../img/contact.svg");   
    animation: icons 1s 2s forwards;  
    cursor: pointer;
}
#upperLeft{
    position: absolute;
    width: 300px;
    height: 100px;
    background-image: url("../img/upperLeft.svg");
    left: -350px;
    display: flex;
    animation: left 1s 2s forwards;
    background-repeat: no-repeat;
    background-size: contain;
}
#upperRight{
    position: absolute;
    width: 300px;
    height: 100px;
    background-image: url("../img/upperRight.svg");
    right: -350px;
    display: flex;
    animation: right 1s 2s forwards;
    background-repeat: no-repeat;
    background-size: contain;
}
#lowerLeft{
    position: absolute;
    width: 300px;
    height: 100px;
    background-image: url("../img/lowerLeft.svg");
    left: -350px;
    display: flex;
    animation: left 1s 2.5s forwards;
    background-repeat: no-repeat;
    background-size: contain;
}
#lowerRight{
    position: absolute;
    width: 300px;
    height: 100px;
    background-image: url("../img/lowerRight.svg");
    right: -350px;
    display: flex;
    animation: right 1s 2.25s forwards;
    background-repeat: no-repeat;
    background-size: contain;
}
#middleLeft{
    position: absolute;
    width: 300px;
    height: 100px;
    background-image: url("../img/middleLeft.svg");
    left: -350px;
    display: flex;
    animation: left 1s 2.25s forwards;
    background-repeat: no-repeat;
    background-size: contain;
}
#middleRight{
    position: absolute;
    width: 300px;
    height: 100px;
    background-image: url("../img/middleRight.svg");
    right: -350px;
    display: flex;
    animation: right 1s 2.25s forwards;
    background-repeat: no-repeat;
    background-size: contain;
}
#cr{
    display: flex;
    justify-content: center;
    align-items: center;
    animation: appear 2s 1s forwards;
    opacity: 0;
}
@keyframes icons {
    100% {width: 50px;}
}
@keyframes left {
    100% { left: 20px;}
}
@keyframes right {
    100% { right: 20px;}
}
@media screen and (max-width:320px){
    #slogan{
        font-size: small;
    }
    #discover{
        font-size: small;
        width: 200px;
    }
    #selectInner, #scanInner, #studyInner{
        width: 210px;
        height: 70px;
    }
}
@media screen and (max-width:1000px){
    #upperLeft, #upperRight, #middleLeft, #middleRight, #lowerLeft, #lowerRight{
        width: 200px;
        height: 70px;
    }
}
@media screen and (max-width:780px){
    #upperLeft, #upperRight, #middleLeft, #middleRight, #lowerLeft, #lowerRight{
        display: none;
    }
    #discover{
    background-color: rgba(255, 255, 255, 0.042);
    }
}