*{
    margin: 0;
    padding: 0;

}  
.bg{
    
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(background.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center;
    position: relative;
    overflow: hidden;

}
.content{
    width: 100%;
    color: #fff;
    position: absolute;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;  

}
.content h1{
    font-size: 70px;
    margin-top: 80px;
}
.content p{
    margin: 20px auto;
    font-weight: 100;
    line-height: 25px;
}

.footer{
    width: 100%;
    color: #fff;
    font-size: 14px;
    position: absolute;
    text-align: center;
    top: 80%;
    
}
.footer hr{
    border: none;
    background: #fff;
    height: 1px;
    margin: 20px 0;
}
.footer p{
    margin: 10px auto;
    font-weight: 100;
    
}
.footer p a{
    color: #fff;
}

.footer-col-1{
    min-width: 250px;
    margin-bottom: 20px;
}
.footer-col-1{
    flex: 1;
    text-align: center;
}

.name{
    width: 85%;
    margin: auto;
    color: #fff;
    padding: 35px 0;
    display: flex;
    cursor: pointer;
}