@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Regular.otf") format("opentype");
}

@font-face {
    font-family: Poppins;
    font-weight: bold;
    src: url("../fonts/Poppins-Bold.otf") format("opentype");
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
}

body {
    margin: 0 2em;
}

.not-visible {
    visibility: hidden;
}

.reseller-logins {
    padding-top: 5%;
    text-align: center;
}

.reseller-logins a {
    display: block;
    margin: 5%;
    padding: 3%;
    text-decoration: none;
    color: black;
}

.reseller-logins a img {
    max-width: 50%;
    max-height: 300px;
}
