body {
    background-color: white !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    border: red 10px solid;
}

.mono-logo {
    position: relative;
    margin-bottom: 0px;
    position: relative;
}

.strakes {
    position: absolute;
    top: 0;
    left: 0;
}

.moonshot-text {
    font-family: "Terminal Grotesque", monospace;
    color: black;
    font-size: 52px;
    letter-spacing: -4px;
}

.lipsum-box {
    font-family: "Terminal Grotesque", monospace;
    color: black;
    font-size: 30px;
    width: 700px;
    margin-top: 40px;
    letter-spacing: -1px;
}

.quote {
    text-align: center;
}

.author {
    text-align: right;
    text-transform: uppercase;
}

footer {
    color: red !important;
    opacity: 1 !important;
}

* {
    color: black !important;
}

a {
    border-bottom: 1px dotted black !important;
}

.projects {
    margin-top: 10px;
    font-size: 24px;
    letter-spacing: -1px;
}

a:hover {
    color: black !important;
    border-bottom: 1px solid red !important;
}

@media (max-width: 768px) {
    body {
        border: none;
        overflow-x: visible;
    }
    .mono-logo svg {
        width: 110vw;
        height: auto;
    }

    .moonshot-text {
        font-size: 32px;
    }

    .lipsum-box {
        width: 90%;
        font-size: 20px;
    }
}
