main {
    padding-top: 10vh;
    padding-bottom: 10vh;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#preview-section {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

main h1 {
    font-family: "bebas";
    font-size: 2vw;
    text-transform: uppercase;
    text-align: center;
}

#image-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
  
}

.text-wrapper {
    /* width: 50%; */
    text-align: justify;
}

.text-wrapper p {
    /* font-family: "bebas"; */
    font-family: "Radikal-Medium";
    font-size: xx-large;
}

.murr-image {
    width: 45%;
    height: auto;
    border-radius: 5%;
}

strong {
    text-decoration-line: underline;
    font-style: italic;
}
