*{
    margin: 0%;
    padding: 0%;
}
body {
    margin: 0;
    padding: 0%;
    font-family: sans-serif;
}
#frontintro{
    width: 100%;
    height: 550px;
    /* background-color: rgb(35, 35, 35); */
    background-color: #000a14;
    /* background-image: url(https://static.vecteezy.com/system/resources/thumbnails/010/630/887/small/dark-abstract-background-black-overlap-free-vector.jpg);
    background-repeat: no-repeat; */
    background-size: cover;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
#frontintro h2{
    font-size:40px;
    color: greenyellow;
}
#frontintro h1{
    font-size:75px;
    color: white;
}
#frontintro h3{
    font-size:30px;
    color:#bdbd9b;
}
.languagescontainer{
    width: 100%;
    height: auto;
    /* background-color: rgb(35, 35, 35); */
    background-color: white;
    
}
.languagerow1{
    width: 100%;
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: space-around;

}
.languageblock{
    height: 90%;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.3),
    -5px -5px 15px rgba(255, 255, 255, 0.8);
}
.languageblock h1{
    font-size: 50px;
}
.languageblock a button{
    width: 200px;
    height: 40px;
    font-size: 18px;
    border-radius: 20px 20px;
    border-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgb(42, 40, 40);
    color: white;
}
@media only screen and (max-width: 900px){
    .languagerow1{
        width: 100%;
        height: 750px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    
    }
    #frontintro h2{
    font-size:40px;
}
#frontintro h1{
    font-size:50px;
    color:white;
}
#frontintro h3{
    font-size:30px;
    color:#bdbd9b;
}
    .languageblock{
        height: 45%;
        width: 90%;
    }
    .languageblock h1{
        font-size: 40px;
    }
}
@media only screen and (max-width: 550px){
    #frontintro h2{
        font-size:23px;
    }
    #frontintro h1{
        font-size:35px;
        color:white;
    }
    #frontintro h3{
        font-size:20px;
        color:#bdbd9b;
    }

}
