@font-face {
     font-family: "Cherry Bomb";
     src: local("CherryBombOne-Regular"), url(./fonts/CherryBombOne-Regular.ttf), format("ttf");
}

@font-face {
     font-family: "DynaPuff";
     src: local("DynaPuff-VariableFont_wdth,wght"), url(./fonts/DynaPuff.ttf), format("ttf");
}

@font-face {
     font-family: "Coiny";
     src: local("Coiny"), url(./fonts/Coiny.ttf), format("ttf");
}

body {
     background-color: #cc6b79;
     align-items: center;
}

h1 {
     text-align: center;
     font-family: "Cherry Bomb";
     font-size: 60px;
     margin: 40px;
}

h2 {
     font-family: "DynaPuff";
     text-align: center;
     margin: 40px;
}

p {
     font-size: 18px;
     font-family: "Helvetica";
     text-align: center;
     margin: 5px;
}

a {
     font-family: "Cherry Bomb";
     text-align: center;
     font-size: 35px;
     color: white;
     text-decoration: none;
     border-width: 0px;
     min-height: 50px;
     width: 300px;
     min-width: 150px;
     margin-left: auto;
     margin-right: auto;
     border-radius: 90px;
     padding: 10px;
     background-color: #cc6b79;
     box-shadow: 7px 7px 10px #5e3037, -2.5px -2.5px 6px 2px rgba(176, 78, 78, 0.35);
     padding-left: 25px;
     padding-right: 25px;
}

a:hover {
     cursor: pointer;
     background-color: #d67684;
     transition: all 0.25s ease-in-out;
}

a:active {
     box-shadow: inset 7px 7px 10px black, inset -2.5px -2.5px 6px 2px rgba(176, 78, 78, 0.35);
}

img {
     width: 100%;
}

.img-container {
     position: absolute;
     bottom: 0;
     z-index: -20;
}

.center-div {
     margin-top: 15rem;
}

.sc-x-qd {
     position: absolute;
     bottom: 5px;
     margin-left: auto;
     margin-right: auto;
     width: 100%;
     font-family: "Cherry Bomb";
     color: black;
     font-size: 20px;
     text-align: center;
     text-indent: 0px;
}