
body {
  background-color: #181216;
  margin: 0;
  height: 100%;
}

h1 {
    color: #f4b2e2;
    text-align: center;
    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 650;
    font-style: normal;
    font-size: 3.5vw;
    line-height: 1.2em;
    font-variation-settings:
        "slnt" 0,
        "wdth" 100,
        "GRAD" 45,
        "ROND" 80;
}

h1.box {
 color: #dcbed1;
 text-align: left;
}

.text-focus-in{animation:text-focus-in .7s cubic-bezier(.55,.085,.68,.53)}
@keyframes text-focus-in{0%{filter:blur(12px);opacity:0}100%{filter:blur(0);opacity:1}}

.text-paragraphs {
  background-color: #56404f;
  color: #dcbed1;
  text-align: left;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
  font-size: 3vw;
  line-height: 1em;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 22,
    "ROND" 55;
  margin-left: 5%;
  margin-right: 5%;
  width: fit-content;
  height: fit-content;
  border-radius: 24px;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
}


.emoticons {
  font-family: "Noto Sans Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
  font-variation-settings:
  "wdth" 100;
  
}
.emoji-regular {
  font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.button {
  background-color: #493643;
  border: none;
  color: #dcbed1;
  padding: 2vw 3vw;
  text-align: center;
  text-decoration: none;
  font-size: 1.8vw;
  cursor: pointer;
  border-radius: 24px;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 22,
    "ROND" 80;
  margin-right: 1vw;
}

.buttons-contain {
  display: inline-block;
  margin-right: 5%;
  margin-left: 5%;
}
.background {
    background-color: #181216;
    height: 100vh; 
    background-size: cover;
    background-position: center;
}