body { 
    background-color: #FFF4E4;
    text-align: center;
    font-family: moche;
    color: #50418E;
    font-size: 1.2rem;
}
#logo {
    max-width: 80vw;
    max-height: 15vh;
}
#proto-text {
    margin-bottom: 2rem;
}
#insta {
    display: inline-flex;
    justify-content: center;
    gap: 2rem;
    width: 80vw;
}
.instagram-media {
    width: 10rem !important;
    border: none !important;
}
h2 {
    color: #D55849;
    font-family: moche light;
    font-size: 1.5rem;
    margin: 2rem;
}
p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
a {
    color: #D55849;
}
table {
    border-spacing: 0.5rem;
    margin: auto;
    margin-bottom: 3rem;
}