*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: roboto;
    background: url(/tamas-pap-XLmhRnV8yuc-unsplash.jpg) no-repeat center center fixed ;
    background-size: cover;
    background-color: rgba(77, 70, 62, 0.567);
}


.home_section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    text-align: center;
}

h1{
    font-size: 70px;
    color: rgb(255, 255, 255);
}

p.description{
    font-size: 30px;
    color: rgb(255, 244, 119);
    margin-top: 20px;
}

p.Contact{
    margin-top: 30px;
    color: rgb(255, 244, 119);
    font-size: 20px;
    
}

p.social{
    margin-top: 40px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    
}
