@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
body{
    margin: 0;
}
/*body::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(255 255 255 / 0.8);
}*/
.main{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    font-family: 'Alata', sans-serif;
    color: #353535;
    fill: #646464;
}
.d-flex{
    display: flex;
    align-items: center;
}
.mb-3{
    margin-bottom: 3rem;
    margin: 70px 0;
    display: block;
    text-decoration: none;
}
.mb-3 img{
    display: block;
}
.mb-3 span{
    color: #353535;
    margin-left: calc(100% - 86%);
}
.mt-2{
    margin-top: 4rem;
}
.text-c{
    text-align: center;
}