body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
a {
	color:#fff;
}
.redirect-container {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(bg.jpg);
    background-size: cover;
    color: #fff;
}
.redirect-container img {
    max-width: 500px;
    margin-bottom: 50px;
    max-height: 135px;
}
h2 {
	font-size:25px;
}
@media (max-width:767px) {
    .redirect-container img {
        max-width:90%;
        max-height:80px;
    }
    .redirect-container p {
        text-align: center;
    }
}