body {
    background-color: black;
    color: white;
}

header {
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}

#imt-logo {
    color: blue;
    margin: 20px;
}

#imrg-logo {
    margin: 20px;
}

#back-soon {
    text-align: center;
    font-size: 72px;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: blue;
}

a:visited {
    color: whitet;
}