body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: "Raleway", sans-serif;
    background-color: #182FA0;
    color: #ffffff;
    background-image: url('img/bg-image.png'); 
    background-position: -10px center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-size: 40% auto;
}

.content-wrapper {
    max-width:600px;
}
.content-wrapper .logo-wrapper {
text-align:center;
}

.logo-container {
    margin:0 auto;
    padding-bottom:50px;
    position: relative;
    width: 200px; 
    height: 200px; 
    overflow: hidden;
}



.logo-container .logo {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative; 
    z-index: 1;
}

.logo-container .overlay {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 100%;
    height: auto;
    z-index: 2; 
}
/*.logo-container .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,  rgba(30,87,153,0) 30%,rgba(24,47,160,1) 50%,rgba(125,185,232,0) 70%);
    animation: gradientAnimation 3s infinite;
    z-index: 3; 
}*/



/*
@keyframes gradientAnimation {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}*/



h1 {
    text-align:center;
    font-family: "Raleway", sans-serif;
    font-size: 2em;
    color: #ffffff;
    font-weight:400;

}
h2 {
    text-align:center;
    font-family: "Raleway", sans-serif;
    font-size: 1.8em;
    color: #ffffff;
    font-weight:300;
}
p {font-family: "Raleway", sans-serif;
    text-align:center;
}