* {
    /* margin-top: 0;
    margin-bottom: 0; */
    /* padding: 0; */
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

h1 {
    font-size: 1.3rem;
    font-weight: 600;
}

h2 {
    font-size: 1.2rem;
    font-weight: 500;
}

.text-with-background {
    display: inline-block;
    color: white;
    background-color: blue;
    border-radius: .2rem;
    padding: .2rem .5rem;
}

.text-with-background::selection {
    color: red;
    /* Change this color to whatever you prefer for text selection */
    background: yellow;
    /* Adjust this if you want to change the selection background color */
}

/* a {
    font-size: 1rem;
    font-weight: 400;
} */
/* #switchingImage {
    max-height: 50vh;
    width: auto;
} */

#switchingImage {
    max-height: 50vh;
    max-width: 100vw;
    /* Ensure the width does not exceed the viewport width */
    width: auto;
    height: auto;
}

/* If the image's width would exceed the viewport width at 50vh height */
@media (max-aspect-ratio: 1/1) {
    #switchingImage {
        max-width: 100vw;
        max-height: none;
        width: 100vw;
        height: auto;
    }
}

#frialogo {
    margin-top: 1rem;
    height: 2rem;
    width: auto;
}

article .title {
    font-weight: 550;
    font-size: 1rem;
    margin-top: 1.2rem;
}

article .ingress {
    margin-top: 0;
    font-weight: 400;
    font-size: 1rem;
}

article a {

    font-size: 1rem;
    font-weight: 400;

}

#jalogo {
    margin-top: 1rem;
    height: 1.8rem;
    width: auto;
}

#gotalogo {
    margin-top: 1rem;
    height: 4rem;
    width: auto;
}

#forelogo {
    margin-top: 2rem;
    height: 2rem;
    width: auto;
}

#epologo {
    margin-top: 2rem;
    height: 2.5rem;
    width: auto;
}

#marcus {
    margin-top: 2rem;
    height: 3.5rem;
    width: auto;
}

#link {
    height: 1rem;
    width: auto;
}

.imgsmall {
    margin-top: 2rem;
    height: 1.3rem;
    width: auto;
}

.over {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}