﻿header{
    height:500px;
}

.headerWrapper{
    top:100px;
    width:350px;
    left:60px;
}

    .headerWrapper h1{
        font-size:42px;
        margin-bottom:15px;
        line-height:46px;
    }

    .headerWrapper p{
        font-size:20px;
        line-height:26px;
        margin-bottom:40px;
    }

.headerButton{
    font-size:18px;
    padding: 15px 40px;
}
