

body{
    background-color: #e9ecea;
    background-image: url(imgs/sb2angle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom 0 right 0;
    font-family: Inter,sans-serif;
}

.body{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 99vh;
    justify-content: center;
    gap: 30px;
}

.bg-logo{
    position: absolute;
    width: 100%;
    bottom: 0;
}


p{
    margin: 0;
    font-size: 120%;
}

a{
    text-decoration: none;
    color: black;
}

.content{
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.description{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.description p{
    font-weight: bolder;
    font-size: 140%;
}

.information{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.information p{
    color: #76a38b;
}

.icon{
    padding: 30px;
    height: 100px;
}

.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.social{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}