:root {
    --red: #be1f10;
    --light-red: #df2b1b;
    --lighter-red: #fcdedb;
    --light-pink: #ffe5e5;
    --white: #fefefe;
    --background-red: #fc5050;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0px;
}

.swal2-popup {
    font-size: 1.5rem !important;
}
