@font-face {
    font-family: HandelGotDLig;
    src: url("fonts/HandelGotDLig.ttf");
}

body{
    background-color: #1e1e1e;
}
.main{
    left: 50%;
    height: 160px;
    margin-left: -480px;
    margin-top: -80px;
    position: fixed;
    top: 50%;
    width: 960px;
}
.logo{
    background: url("images/ahead-framework-logo-squared-160px.png");
    float: left;
    height: 160px;
    width: 160px;
}
.text{
    float: right;
}
.name{
    border-bottom: #707070 1px solid;
    color: #bfbfbf;
    font-family: HandelGotDLig;
    font-size: 89px;
    height: 150px;
    margin-top: -39px;
}
.slogan{
    font-family: Roboto;
    font-size: 39px;
    letter-spacing: 2px;
    padding-top: 2px;
}
.blue-ahead{
    color: #1c9dd3;
}
.gray-ahead{
    color: #707070;
}
.capital{
    font-size: 137px;
}
