html, body {
    margin: 0;
    border: 0;
    padding: 0;
}
html {    
    background-image: url(../images/site-bg.jpg);
    background-size: initial;
    font-family: sans-serif;    
    background-position: center;
}
body {
    display: flex;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cardd {
    padding: 30px 20px;
    background: whitesmoke;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 275px;
}
img.logoo {
    height: 80px;
}
.titlee {
    margin-top: 20px;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
}
.textt {
    color: gray;
    margin-top: 10px;
}
.footer {
    margin-top: 10px;
    color: gray;
    font-style: italic;
    font-size: smaller;
}
.linkk {
    margin: 20px 10px;
}