body  {
    background-color:#101010;
    background-image:url(../img/background.jpg);
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    color:#ffffff;
    font-size:16px;
    font-family:Arial, sans-serif;
    margin:0;padding:0;
}
.wrapper  {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:100vh;
}
.content  {
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:15px;
}
.logocont  {
    max-width:300px;
    margin-bottom:45px;
}
.logoimg  {
    width:100%;
}
.info  {
    padding:15px;
    background:rgba(255,255,255,0.075);
    max-width:480px;
    margin-bottom:15px;
    border-radius:5px;
}
.copyright  {
    padding:20px 15px;
    font-size:0.9rem;
}
h1,h2,h3,h4,h5,h6  {
    margin-top:0;
    margin-bottom:0.4em;
}
