@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    background-color: rgba(24,24,25,255);
    align-items: center;
    text-align: center;
  }

  h1{
    color: white;
    font-size: 60px;
    font-family: "Montserrat";
}
h2{
    color: white;
    font-size: 55px;
    font-family: "Montserrat";
}
p{
    color: white;
    font-size: 40px;
    font-family: "Montserrat";
}

.textdec{
    text-decoration: underline;
    cursor: pointer;
}
.test{
    display: none;
  }