* {
    box-sizing: border-box;
}
@font-face {
    font-family: BebasNeue;
    src: url(BebasNeue-Regular.ttf);
}
@font-face {
    font-family: Lora;
    src: url(Lora-Regular.ttf);
}
@font-face {
    font-family: Lora;
    src: url(Lora-Bold.ttf);
    font-weight: bold;
}
html {
    background: radial-gradient(circle at center, #303030 0, #101010 100%), #101010;
    height: 100%;
}
h1,
h2,
p,
body {
    margin: 0;
    padding: 0;
}
button {
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 0;
}
button:focus {
    filter: brightness(1.1);
}
button:hover {
    filter: brightness(1.3);
}
button:active {
    filter: brightness(1.5);
}

.swal2-popup {
    font-family: Lora, Arial, serif;
}
a {
    color: #fff;
}
img {
    max-width: 100%;
}
