@import url('https://fonts.googleapis.com/css2?family=KoHo:wght@300&display=swap');
.dark{
    background-color: rgba(0, 0, 0, 0.87);
}
.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;
}
.main{
    text-align: center;
    font-family: KoHo,sans-serif;
    font-size: large;
    color: white;
}
.main img{
    height: 150px;
}
.buttons a{
    margin: 10px;
}
.center{
    text-align: center;
}