@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    background-color: black;
    background-image: url('src/bg1.png');
    background-repeat: repeat-y;
    background-size: cover;
    width: 100vw;
    font-size: 48px;
    text-align: center;
    color: white;
    overflow: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

p {
    margin-top: 70px;
    font-size: 24px;
    font-weight: 700;
}

.mcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
}

#cl1 {
    color: #54C7C3;
}

#sm {
    font-weight: 700;
    font-size: 16px;
}

img {
    margin-top: 50px;
    width: 50%;
}

.d50 {
    margin-top: 50px;
    width: 80%;
    text-align: justify;
    font-weight: 500;
}

.d51 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 30px;
    background-color: #305756;
    margin-top: 20px;
    width: 75%;
    max-width: 400px;
}


.d52 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 30px;
    color: #053736;
    background-color: #B8EFED;
    margin-top: 20px;
    width: 75%;
    text-align: center;
    max-width: 400px;
}

.d53 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 30px;
    color: #B8EFED;
    background-color: #234140;
    margin-top: 20px;
    width: 75%;
    max-width: 400px;
}

.d54 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 18px;
    color: #B8EFED;
    background-color: #234140;
    margin-top: 20px;
    width: 75%;
    padding: 20px;
    max-width: 400px;
    border: solid;
    border-width: 5px;
}

.footer {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.logo {
    width: 20%;
}
