body {
    background-color: #DEDEDE;
}

.container {
    width: 100%;
    align-content: center;
}

#logo {
    width: 30%;
    float: center;
    padding: 25px;
}

p {
    font-size: 28px;
    font-family: sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 5px;
}

#soon {
    align-content: center;
}

.button {
    background-color: #6096D8;
    font-family: sans-serif;
    color: black;
    text-align: inline-block;
    border: 2px #507FB6 solid;
    padding: 20px;
    text-align: center;
    width: 10%;
    height: 20px;
    float: center;
    text-decoration: none;
    border-radius: 2em;
    font-weight: 600;
    font-size: 18px;
}

.button a:hover {
    background-color: #71A7E9;
    border: 2px #6096D8 solid;
}

.footer {
    width: 100%;
    height: 45px;
    background-color: rgb(221, 221, 221);
    margin: 0px;
    padding: none;
    position: fixed;
    bottom: 0px;
    line-height: 0px;
}

.copyright {
    font-family: sans-serif;
    color: darkgray;
    font-size: 12px;
}

.copyright a {
    text-decoration: none;
    color: darkgray;
}

.copyright a:hover {
    color: gray;
}