html {
    background-color: #fff;
}
.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 97vh;
}
a {
    color: #000;
    text-decoration: none;
}
.value {
    padding-left: 20px;
}
table {
    font-size: 20px;
    font-family: Lucida Grande,Lucida Sans Unicode, sans-serif;
}
tr {
    line-height: 24px;
}
@media (max-width: 767px) {
    .logo {
        width: 90%;
    }
}
/* OTHRS */

