﻿header{
    height:600px;
}

.headerWrapper{
    top:130px;
    width:450px;
    left:110px;
}

    .headerWrapper h1{
        font-size:55px;
        margin-bottom: 30px;
        line-height:60px;
    }

    .headerWrapper p{
        font-size:22px;
        line-height:33px;
        margin-bottom:50px;
   
    }

.headerButton{
    font-size:16px;
    color:white;
    padding: 15px 50px;
    background-color:#46C3B2;
    cursor:pointer;
}

.headerButton:hover{
    text-decoration:none;
}