*
{
    margin: 0;
    padding: 0;
}

.bg-image
{
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(img2.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    filter: blur(2px);

}

.hero
{
    top:50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;

}

h1
{
    font-size: 50px;
    letter-spacing: 15px;
}

h2
{
    font-size: 15px;
    letter-spacing: 1px;
}

h2.heading{
    text-decoration: underline;
}

a{
    text-decoration: none;
    color: white;
}

hr
{
    width: 50%;
    margin: 30px auto;
    border: 1.5px solid #fff; 
}

p
{
    font-size: 20px;
    margin-bottom: 30px;
    
}

.logo
{
    position: relative;
    margin-top: 30px;
    width: 300px;
    height: 80px;
    
    
}
