*{
    
    font-family: vsystem-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";;
}

body{
    background-image: url("https://picsum.photos/2000/2000");
    background-size: cover;
    background-position: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
header{
    background-color: rgba(34,34,34,0.5);
    backdrop-filter: blur(20px);
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    max-width: 725px;
    width: 80%;
    height: 50%;
}
.gdrivelogo{
    width:50px;
    height:50px;
    margin-top: 23px;
}
.titleyellow {
    margin-top: 20px;
    font-size: 180%;
    color: #ffba00;
    text-shadow: 2px 2px #494949;
    margin-bottom: 0px;

}
h4 {
    font-size: 23px;
    color: #ea4335;
    text-shadow: 2px 2px #494949;
    margin-bottom: 5px;

}
h3 {
    margin: 0;
    color: #ff8e85;
}

a.button {
    border-radius: 100px;
    padding: 8px;
    display: flex;
    width: 150px;
    color: white;
    text-decoration: none;
    justify-content: space-around;
    margin-top: 30px;
}
svg {
    fill: white;
}
.tlg{
    background-color: #1c93e3;
}

.form{
    background-color: #49006a;
}
.form img{
    height: 20px;
}

section.alt, section.links {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}



.channel{

    background-color: #dc3545;
}

.chat{

    background-color: #6c757d;
}
.keys {
    background-color: #597a00;
}

section.links {
    bottom: 20px;
    position: absolute;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    margin-left: -20px;
}
.links a.button{
    padding: 5px;
    opacity: .5;
}


@media only screen and (max-width: 600px){
    .links .button{
        margin-top: 5px;
    }
    header{
        height: 70%;
    }
}