html {
    font-family: pixel, monospace;
    overscroll-behavior: none; /* old browsers apparently didn't have the rubber band effect */
}

body {
    margin: 5%;

    background-color: rgb(51, 113, 185);
    color: rgb(255, 237, 184);
}

.ralph-label {
    margin: -30px 30px;
}

.retro-box-shadow {
    background-color: rgb(0, 108, 58);
    border: 5px solid rgb(255, 230, 163);
    padding: 20px;
    box-shadow: 5px 5px 8px blue, 10px 10px 8px red, 15px 15px 8px rgb(180, 186, 0); 

    margin: 30px;
}

.construction-gif-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px auto;
    max-width: 100%;
}

.profile {

}