body{
    background-image: url(../images/body-bg.jpg);
    margin: 0;
    padding: 0;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.h_body {
    height: 100vh;
    align-content: center;
    display: grid;
}

ul{
    list-style: none;
}

.title_f{
    color: #F16622;
    font-size: 70px;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 900;
}

.title_s{
    color: #1b191c;
    font-size: 35px;
    font-family: 'Nunito', sans-serif;
}

.text{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    text-transform: capitalize;
    color: #59555B;
}

a:link {
    color:#59555B; 
    font-weight: 600;
}

a:visited{
    color:#59555B;
}

a:hover {
    font-weight: 600;
}

.space_b{
    margin-bottom: 30px;
    margin-right: 10px;
}


