@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: #000000;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none;
}
a {
    text-decoration: none
}
img{
    max-width: 100%;
    height: auto;
}
.section {
    background-image: url(/bgx.webp);
    background-size: cover;
    background-position: 100% 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 100vh;

    padding: 20px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.logo-box{
    width: 160px;
}
.logo{
    width: 160px;
    height: auto;
}
.why{
    color: #dcd9d9;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    margin: 10px auto 20px auto;
}
.smm{
    width: 160px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: space-between;
}
.smm-link{
    width: 35px;
    height: 35px;
}
.smm-link:last-child{
    margin-right: 0;
}
.smm-link img{
    max-width: 100%;
    height: auto;
}
.links{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 12px;
    margin-bottom: 10px;
    background-color: white;
    max-width: 290px;
    width: 100%;
}
.border-w{
    border: 1px solid #ffffff42;
}
.icon{
    width: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 35px);
    font-size: 12.5px;
    color: black;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer{
    width: 20px;
    height: auto;
    margin: 40px 0 10px 0;
}