

body{
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: 'Lato', sans-serif;
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    gap: 150px;
}
.right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    border-left: #007d40 solid 1px;
    padding: 80px
}

.right a{
    text-decoration: none;
    color: #007d40;
    font-size: 40px;
}
.item{
    display: flex;
    gap: 20px;
    align-items: center;
}
.item img{
    height: 40px;
    width: 40px;
}
.footer{
    color:#035c31;
    text-align: center;
}

@media scree {
    
}