* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-duration: 2s;
}

body {
    background: #f5f5f5;
    font-family: 'roboto', sans-serif;
    color: #000;
    /* max-width: 1200px; */
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    color: black;
}

.logo {
    background: white;
    border-radius: 10px;
    width: 52px;
    align-content: center;
    display: flex;

}

img {
    max-width: 100%;
}

.hero {
    background-color: white;
    margin: 0 -1rem;
    display: flex;
    justify-content: center;
    height: 5rem;
}

a:hover {
    /* text-decoration: underline; */
}

h2 {
    color: white;
}

header {
    background-color: #b90067;
    padding: 1rem;
    left: 0;
    right: 0;
    margin-bottom: 1rem;
}

header .content {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

header h1 {
    color: white;
}

.content {
    max-width: 1200px;
    margin: auto;
}

.embed {
    overflow: hidden;
}

iframe {
    overflow: hidden;
    width: 100%;
    height: 2200px;
    margin-top: -600px;
    /* overflow: hidden; */
}

.flex-item {
    flex: 1;
}


.btn {

    padding: 1rem;
    font-size: 15px;
    border-radius: 10px;
    /* width: 100%; */
    text-transform: uppercase;
    font-weight: 600;
    margin: 1rem;
    display: block;
    scale: 0.95;
    background-color: white;
    color: #000000;
    text-decoration: none;
}

.btn:hover {
    scale: 1;
}

.login {
    background-color: f5f5f5;
    opacity: 0.7;
}

section {

    padding: 1rem;
    border-radius: 20px;
    /* margin: 1rem 1rem; */
    margin-bottom: 1rem;

}

footer {
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: 5rem;
    background-color: #b90067;
    color: white;
}

p {
    margin: 1rem 0;
}

.whitebg {
    background: white;
}

.whitebg h2 {
    color: black;
}

.bioseb {
    background: #B90067;
    color: white;
}

.bioseb h2 {
    color: white;
}

.bioseblab {
    background: #4f7fb8;
    color: white;
}

.bioseblab h2 {
    color: white;
}

.wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
}

.notyet {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #000;
    color: white;
}

.column {
    display: flex;
    gap: 1rem;
}

.title {
    font-size: 10px;
}

@media screen and (width <=80rem) {
    .column {
        flex-wrap: wrap;
    }

    section {
        margin: 1rem;
    }

    .flex-item {
        margin: 1rem 0;
    }

}