﻿header{
    height:500px;
}

.headerWrapper{
    width:80%;
    top:50px;
    left:10%;
    
}

    .headerWrapper h1{
        font-size:34px;
    }

    .headerWrapper p{
        font-size:16px;
        line-height:24px;
        margin-bottom:50px;
        font-weight:300;
    }

.headerButton{
    font-size:15px;
    padding: 15px 30px;
}
