@charset "UTF-8";

* {
    font-family: monospace;
}

html, body, #wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#content {
    position: relative;
    top: 50%;
    transform: translateY(-60%);
}

.logo {
    text-align: center;
    font-size: 100px;
    margin: 0;
}

.description {
    text-align: center;
    margin-top: 50px;
}

.banner {
    background-color: rgb(200, 200, 200);
    margin-top: 100px;
    margin-left: 0px;
    height: 200px;
    width: 100%;
}

.social-icon {
    height: 36px;
    width: 36px;
    border: 0px;
}

.fit {
    height: inherit;
    width: inherit;
}
