html, body {
    background-color: rgb(10 10 10);
    color: #eee;
    font-family: Nunito,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}

.logo {
    transform: scale(0.25); 
    transform-origin: center left;
    margin-left: auto;
    margin-right: auto;
}

.main-area {
    margin-left: auto;
    margin-right: auto;
    width: 430px;
    margin-top: 100px;
}

a {
    /* text-decoration: underline dotted; */
    text-decoration: none;
    color: rgb(0, 94, 255);
}

a:hover {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
