@import url('https://fonts.googleapis.com/css2?family=KoHo:wght@300&display=swap');
.dark{
    background-color: rgba(0, 0, 0, 0.87);
}
#full{
    /*margin: 0px;
    text-align: center;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -450px;*/
    margin-top: -50px;
}
.main{    text-align: center;

    color:white;
    font-family: KoHo,sans-serif;
    font-size: large;
    margin-top: 15%;
}
.main img{
    height: 15px;
    width: auto;
}
.main a{
    text-decoration: none;
    color: white;
    padding: 5px;
    border: 1px white solid;
    border-radius: 10px;
}
.keycard{    text-align: center;

    display: inline-block;
    font-family: KoHo,sans-serif;
    color: white;
    border: 4px white solid;
    margin-top: 5%;
    border-radius: 25px;
}
.head{
    margin: auto;
}
.desc{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.desc img{
    height: 50px;
    width: auto;
}
.home{
    border: 1px white solid;
    border-radius: 10px;
    padding: 5px;
    color: white;
    text-decoration: none;
    text-align: left;
    display: inline-block;
    margin: 15px;
    font-family: KoHo,sans-serif;
}
#full{
    text-align: center;

}