* {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

#principal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
}

img {
    width: 100%;
    max-width: 550px;
}

h3 {
    margin-bottom: 15px;
    font-weight: 500;
    color: brown;
}