.container {
    text-align: center;
    font-family: Arial, monospace;
    width: 90%;
    margin: auto;
}

.main_image {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.middle {
    text-align: center;
    margin-block-start: 1rem;
    margin-block-end: 2rem;
    font-family: monospace;
}

.small_icon {
    width: 20%;
    text-align: center;
}

a {
    text-decoration: none;
}

/*desktop styles*/
@media only screen and (min-width: 768px) {
    .container {
        width: 60%;
        border: 1.125rem solid #a57ca1;
        padding: 1.25rem 3rem;
        border-radius: 1rem;
    }
    .main_image {
        width: 70%;
    }
    h3 {
        font-size: x-large;
    }
}
