﻿form, html, body {
    background-color:#231f20;
    margin:0px;
}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -298px;
    margin-left: -436px;
    width: 873px;
    height: 597px;
}
.inside-peel {
    width: 691px;
    margin: 110px 110px 110px 110px;
}
.logo {
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #4B4A4A;
}
.logo-descr {
    font-family: Calibri;
    font-size: 30px;
    font-weight: bold;
    color: #4B4A4A;
}
.info-descr {
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}    
a.info-email {
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    color: #fccd01;
    text-decoration: none;
}    
a.info-email:hover {
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    color: #fccd01;
    text-decoration: underline;
}    
