* {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

.bg {
    width: 100vw;
    height: 13vh;
    background-color: rgba(0, 0, 0, 0.861);
}

.lm {
    border-radius: 25px;
    margin-right: 190px;
    width: 25vw;
    height: 40vh;
    box-shadow: 1px 1px 5px black;
}

.ln {
    border-radius: 25px;
    box-shadow: 1px 1px 5px black;
    width: 25vw;
    height: 40vh;
}

.n {
    margin-top: 5%;
    margin-bottom: 8%;
}

.sa {
    font-weight: bold;
    color: black;
    text-align: center;
    margin-top: 7%;
    font-size: 3vw;
    font-weight: 500;
}

.sodi1 {

    color: #067464;
    font-size: 1.4vw;
    margin-top: 19px;
    margin-bottom: 10px;
    font-style: italic;

}

body {
    background-color: #ffebf7;
    height: auto;
}

.co {
    line-height: 130%;
    color: black;
    font-size: 1.3vw;
    margin-bottom: 60px;
    text-align: center;
    margin-left: 6%;
    margin-right: 6%;
    line-height: 180%;
    font-weight: 500;
}

.sodi {
    color: black;
    font-size: 1.4vw;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 500;
}

h3 {
    text-align: center;
}

.l {
    margin-left: 18%;
    margin-bottom: 60px;
    height: auto;

}

.yo {
    margin-bottom: 60px;
    background-color: rgba(0, 0, 0, 0.861);
    height: 13vh;
    width:100%;
    
}

nav ul {
    border-radius: 90px;
    float: right;
    margin-right: 70px;
    margin-top: 8px;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 8px;
}

nav ul li a {
    color: white;
    font-size: 1.3vw;
}

a:hover {
    color: #f65a5a;
    transition: .3s;
}