*{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
body{
        background-image: linear-gradient(rgba(5, 14, 61, 0.6), rgba(5, 14, 61, 0.6)),url(Resources/Banners/Banner.PNG);
    background-position: center;
    background-size: cover;
}
.header{
    min-height: 100vh;
    width: 100%;
    position: relative;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.text-box h1{
    font-size: 62px;
}