@import url('base.css');
.container {
    width: 80vw;
    margin: auto;
}

.pic1 img {
    width: 412px;
    height: 237px;
    border-radius: 50px;
}

.pic2 img {
    width: 374px;
    height: 162px;
    object-fit: cover;
    border-radius: 100px;

}

.containerinfo {
    /* background-color: blue; */
    display: flex;
    margin-top: 30px;
    padding: 5px;
    margin: auto;
}

.semiinfo1 {
    width: 30vw;
    margin-left: 20px;
}

.h1 {
    display: inline-block;
    color: #0DB26B;
    font-size: 3vw;
    text-align: center;
    font-size: 34px;
    font-family: 'Raleway', sans-serif;
    margin: auto;
    margin-bottom: 20px;
}

.h6 {
    font-size: 22px;
    color: #0DB26B;
    font-family: 'Raleway', sans-serif;
    margin-left: 20px;

}

.containerinfo1 {
    /* text-align: center; */
    box-sizing: border-box;
    margin-bottom: 10px;
}

.containerinfo2 {
    width: 80vw;
    height: 30vh;
    background-color: #5ac597;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* text-align: center; */
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.containerinfo2 h1 a {
    list-style: none;
    text-decoration: none;
    color: white;
    margin-left: 400px;
    /* font-family: 'Raleway', sans-serif; */
    font-size: 40px;
}

.containerinfo2 h1 {

    margin-bottom: 15px;

}

.containerinfo2 li {
    list-style: none;
    cursor: pointer;
    /* margin: auto; */
    margin-left: 400px;
    /* text-decoration: underline; */
    line-height: 30px;
    /* text-decoration: none; */

} 

.containerinfo2 li a {
    /* text-decoration: none; */
    font-size: 22px;
    color: white;

}

li a:hover {
    
    color: #605E5E;
}


