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


}

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 {
  text-decoration: none;
  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;
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24"><g fill="%23000"><path d="M18 7c-3 0-5.5-1.5-9 2s-2 6-2 9c0 5 4.1 5.63 6 5 3-1 1-3 4-6s5-1 6-4c.63-1.9 0-6-5-6Z"></path><circle cx="8.2" cy="4" r="2"></circle><circle cx="4" cy="8.2" r="2"></circle><circle cx="14" cy="3" r="2"></circle><circle cx="3" cy="14" r="2"></circle></g></svg>'), auto;
}

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

.hidden {
 color: #181216;
}

.paragraph-countries {
  font-size: 2.5vw;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 15%;
  padding: 2.5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

 .row {
  display: flex;
}

.column {
  flex: 15%;
  padding: 2.5px;
}

@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}

.albumlink-hover {
cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24"><g fill="%23000"><path d="M18 7c-3 0-5.5-1.5-9 2s-2 6-2 9c0 5 4.1 5.63 6 5 3-1 1-3 4-6s5-1 6-4c.63-1.9 0-6-5-6Z"></path><circle cx="8.2" cy="4" r="2"></circle><circle cx="4" cy="8.2" r="2"></circle><circle cx="14" cy="3" r="2"></circle><circle cx="3" cy="14" r="2"></circle></g></svg>'), auto;
}

/* Round Corners */
.round-corners {
   border-radius: 0.4em;
}

.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width:580px) { 
  .button {width: 100%; margin-right: 0%; margin-top: 5%; font-size: 5vw}
  .buttons-contain {flex-direction: column; margin-top: 0%; margin-bottom: 0%; }
  h1 {font-size: 5vw;}
  .text-paragraphs {font-size: 4vw}
}

.ai-text {
  font-size: 2vw;
  color: #dcbed1;
  text-align: center;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
  line-height: 1em;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 22,
    "ROND" 55;
}