    * {
        box-sizing: border-box;
        text-decoration: none;
    }

    html {
        margin: 0;
        height: 100%;
    }
    
    body {
            overflow: hidden;
            background: rgb(23, 25, 27);

            font-family: "Roboto Mono", monospace;
            align-items: center;
            font-size: 14px;
                    font-weight: 200;
            color: rgb(235, 235, 235);
            overflow-y: scroll;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
}

    .container {
        align-items: center;
        display: flex;
        max-width: 100%;
        flex: .77;

}

    .wrapper {
        width: 720px;
        padding: 24px 16px;
        margin: 0 auto;
        text-align: left;
        margin-top: 75px;
}
    .page {
        position: relative;
        width: 720px;
        text-align: left;
    }
    .sub {
        margin-left: 30px;
        opacity: 0;
        transition: .7s ease-in;
        font-weight: 300;
    }
    .sub-visible {
        opacity: .6;
    }

    .about {
        position: relative;
        line-height: 1.7;
        margin: 40px 0px 20px;
        min-height: 70px;
    }
    
    h1.text {
        font-size: 24;
        font-weight: 400;
}

    p.text {
        width: 100%;
    }
    .menu {
        margin: 14px 0px 14px;
        position: relative;
        min-height: 250px;
}
    .title-content-info {
                letter-spacing: .15em;
                font-size: 10px;
                text-transform: uppercase;
                position: relative;
                opacity: .2;
                margin: 0;
                margin-bottom: 16px;
                font-weight:400;
    }

    .projects a {
        display: block;
    }
    .number {
        opacity: .2;
        font-size: 12px;
}
    @media (min-width : 800px) {
        .projects {
            columns: 3 auto;
            position: relative;
            padding: 0;
        }
        .title-content-info {
            left: -50px;
            top: 5px;
            letter-spacing: .15em;
            font-size: 10px;
            text-transform: uppercase;
            position: absolute;
            opacity: .2;
            margin: 0;
            font-weight:400;
        }

    }
    @media (max-width : 720px) {
        .projects {
            columns: 2 auto;
            position: relative;
            padding: 0;
        }

    }
    @media (max-width : 450px) {
        .sub {
            position: relative;
            margin-left: 0;
        }
        .projects {
            columns: 1 auto;
            position: relative;
            padding: 0;
        }

    }

    @media (max-height : 700px) {
        footer {
            margin: 0 0 40px;
        }
    }


    .link {
        position: absolute;
        right: 50px;
        text-align: right;
        word-spacing: 20px;
    }
    footer .link a {
        color: rgb(235, 235, 235);
        font-family: "Roboto Mono", monospace;
        font-size: 14px;
        opacity: 0.6;
        transition: opacity 0.2s ease;
}

    a.github:hover {
        opacity: 1;
}
    a.instagram:hover {
        opacity: 1;
}
    a.strava:hover {
        opacity: 1;
}