body, html {
 margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    background-color:#373737;
}

.splash {
    position: relative;
    text-align: center;
    color: white;
}

.about-me {
    padding: 120px;
    text-align: center;
    font-size: 72px;

}


.small-text {
    
     font-size: 12px;
}


@media (max-width: 600px) {
    .about-me p {
        font-size: 24px;
    }
}
