.legal {
    margin-top: 25vh;
    margin-left: 2vw;
    margin-right: 12vw;
    background: rgb(0 0 0 / 30%);
    padding-top: 0.02px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 15px;
    margin-bottom: 10vh;
}

.legal p , .legal li, .legal span {
    font-family: "Inter";
}

.legal h1 {
    font-size: 3em;
    text-shadow: 0 4px gray;
}

.legal h3{
    text-decoration: underline;
}

.contact span i {
    margin-right: 10px;
}

.contact span {
    display: flex;
    flex-direction: column;
}

.contact {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    width: 50%;
}

.contact a {
    color: var(--white);
    text-decoration: none;
}

.contact a:hover{
    text-decoration: underline;
}

.contact span span {
    flex-direction: row;
    align-items: center;
}

.contact span span:last-child {
    margin-left: 35px;
    font-size: 0.8em;
    color: rgb(180 180 180);
}

.contact > span {
    margin-bottom: 15px;
}

.legal .wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}