*{
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
}

header{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/bg.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.container{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    color: white;
    text-align: center;
}

h1{
    font-size: 65px;
    letter-spacing: 15px;
}

hr{
    width: 25%;
    margin: 30px auto;
    border: 2px solid white;
}

h4{
    font-size: 20px;
}
