body{
    text-align: center;
    color: #fff;   
}

.home{
    height: 100%;
    width: 100%;
    background: url(img/photo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.home-header{
    margin: 0px 50px 100px 20px;
    max-width: 600px;
    background-color: rgba(0,0,0, 0.7);
    padding: 50px 50px;
}

.home-header h1{
    font-size: 60px;
    color: #fff;
    word-wrap: break-word;
    font-weight: 700;
}

.home-header h3{
    color: #fff;
    text-transform: uppercase;
}

.home-link{
    background: url(img/contact.png);
    min-width: 350px;
    min-height: 173px;
    margin: 0px 50px 0px 20px;
    padding: 25px 50px;
    text-align: right;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    
}

.home-link a{
    padding: 5px 0px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.home-link a:hover{
    color: #fff;
    text-decoration: underline;
}