body {
    font-family: sans-serif;
    margin: 0px;
    font-size: 21px;
}

.top-section {
    background-image: url('./images/top-bg.jpg');
    opacity: 75%;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (min-width: 766px) {
    .section-content {
        margin: 0px 150px;
    }
}

@media (max-width: 765px) {
    .section-content {
        height: 800px;
        overflow-y: scroll;
        font-size: 14px;
        margin: 12px 4px !important;
    }
    
    .conan-image {
        width: 125px;
        opacity: 100%;
        float: right;
        border-radius: 50%;
        border: 3px solid black;
    }   
}
.top-section-content {
    padding: 48px;
    background-color: white;
    opacity: 80%;
    border-radius: 24px;
    max-height: 750px;
    overflow-y: scroll;

}

.conan-image {
    opacity: 100%;
    float: right;
    border-radius: 50%;
    border: 3px solid black;
}


.badge-image {
    opacity: 100%;
    border-radius: 50%;
    border: 3px solid black;
    flex-wrap: wrap;
}