* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    background: #447843;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#logo {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Racing Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
}

#wb {
    width: 100%;
    text-align: center;
}

#wb a {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
}

#wb a:hover {
    text-decoration: none;
}