body{
    max-width: 650px;
    margin: 40px auto;
    padding: 0 10px;
    font:  18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #A6A6A6;
}
h1, h2, h3 {
    line-height: 1.2;
}
body {
    color: #A6A6A6;
    background: #0A0A0A;
}

a:link {
    color: #A6A6A6;
}

a:visited {
    color: #A6A6A6;
}
.logo{
    font-size: 6rem;
    color: #39FF14;
    /* rotate text */
    position: absolute;
    transform: rotate(225deg);
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}