@import url('https://fonts.googleapis.com/css2?family=Anton&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Odibee+Sans&family=Rozha+One&family=Teko:wght@300..700&display=swap');

body {
width: auto;
}



.odibee-sans-regular {
  font-family: "Odibee Sans", serif;
  font-weight: 400;
  font-style: normal;
}

#textcontainer {
    align-items: center;
width: 140vh;   
margin-left: 15%;
    filter: url(#threshold) blur(0.6px);
    text-align: center;
}

#text1,
#text2 {

  font-family: "Odibee Sans", serif;

    text-align: center;
    font-size: 100px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 51.5%;
    transform: translate(-50%, -70%);
    white-space: nowrap;
    z-index: 0; 
    letter-spacing: 2px;

    text-align: center !important;
    position: absolute;
    
    

    user-select: none;
}

@media (max-width: 476px) {

    #text1,
    #text2 {
    text-align: center !important;
    margin-top: -50% !important;
    font-size: 30px !important;
}
}