:root {
    --primary: #EA3156;
    --secondary: #471c32;
    --tertiary: #fdd5f8;
    --main-background: #161616;
}

body,
h1,
h2,
h3,
h4,
h5 {
    color: rgb(66, 66, 66);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.w3-quarter img {
    cursor: pointer
}

.w3-quarter img:hover {
    opacity: 0.6;
    transition: 0.3s
}

.container {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #fdd5f8ab;
    cursor: pointer;
}

.container:hover .overlay {
    opacity: 1;
}

.text {
    color: rgb(35, 35, 35);
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-style: normal;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.long-text {
    color: rgb(35, 35, 35);
    font-size: 15px;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-style: normal;
}

p {
    text-align: center;
    font-size: 20px;
}

.back-button {
    position: relative;
    margin: 20px;
    left: 0%;
    background-color: #471c32;
    color: #fdd5f8;
}

.io-primary {
    background-color: #c61c5e;
}

.io-secondary {
    background-color: #471c32;
}

.io-tertiary {
    background-color: #fdd5f8;
}

.io-dark-background {
    background-color: var(--main-background);
}

.divider-bottom {
    -webkit-mask: url(media/wave-bottom.svg) bottom repeat no-repeat, url(media/pixel.svg);
    mask: url(media/wave-bottom.svg) bottom repeat no-repeat, url(media/pixel.svg);
}
  

body {
    margin: 0;
    background-color: var(--primary);
}

#body {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -100;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(35, 35, 35);
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}