html {
    height: 95%;
}

body {
    display: flex;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    justify-content: center;
    height: 100%;
}

#container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background: radial-gradient(rgba(0, 0, 0, 0), rgba(60, 139, 185, 0.253));
    justify-content: center;
    border-radius: 40px;
    padding: 30px;
    width: 50%;
    margin: auto;
}

.message {
    margin: auto;
}

.message p {
    margin: auto;
    text-align: center;
    font-size: xx-large;
}

#logo {
    height: 150px;
    width: 150px;
}
