body {
    margin: 0;
    padding: 0;
    border: none;
    background: #0d1117;
}

.fut {
    width: 100%;
    text-align: right;
    color: white;
    background: #161b22;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    font-family: "Consolas", sans-serif;
}

.fut a {
    text-decoration: none;
    color: white;
    margin-right: 15px;
}

.main {
    font-family: "Consolas", sans-serif;
}

.main h2 {
    color: white;
    font-size: 70px;
    margin: 60px 0 30px 5%;
}

.main h3 {
    color: white;
    margin-left: 5%;
}