body {
    background-image: url(../images/background.png);
    background-color:#38BDF825;
    font-size: calc(16px + 0.390625vw);
    background-repeat: no-repeat;
}

.center {
    display: block;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(10px + 0.390625vw);
    width: 100%;
    /* Full width of .main */
    background-color: #ffff00;
}

.navbar a,
button {
    width: 160px;
    /* adjust as per your needs */
    height: 50px;
    /* adjust as per your needs */
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #38BDF825;
    /*color: #38BDF8;*/
    color: #245894;

    padding: 10px 10px;
    font-size: calc(10px + 0.390625vw);
    border-radius: 9999px;
    text-decoration: inherit;
    margin: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar a:hover,
.tag:hover,
button:hover{
    background-color: #7fadcd;
    color: #245894;
}

.main {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

img {
    max-height: 720px;
    /*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.logo {
    width: 150px;
    /* adjust as per your needs */
    /*height: 25px;   adjust as per your needs */
}

.logofav {
    height: 25px;
    width: 25px;
}

.section {
    margin: 0px auto 0 auto; /* top and bottom margins, then right and left margins */
    background-color: #ffffff98;
    max-width: 1240px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
    padding: 20px; /* adds padding on all sides */

}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(8px + 0.390625vw);
    width: 100%;
    /* Full width of .main */
    background-color: grey;
    border-radius: 9999px;
}