body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", serif;
    background: linear-gradient(180deg, #000000 0%, #323031 100%);
}
a{
    text-decoration: none;
}
.alufarBusinessCarts{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}
.headerLogoWrapper{
    width: 117px;
    height: 117px;
    background-color: #2C2A2B;
    border-radius: 50%;
    border: 2px solid #FFD702;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerLogoWrapper .headerLogo{
  width: 91px;
  height: 16px;
}
.linkWrapper{
    margin-top: 20px;
}
.link{
    display: block;
    width: 315px;
    height: 66px;
    border: 1px solid #FFD702;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    margin-bottom: 20px;
}
.link>img{
    margin-left: 97px;
}
.footerLogo{
    margin-top: 30px;
    width: 291.57px;
    height: 52.33px;
}

 

