@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6, br, hr, i, svg {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
h1 { 
    font-size: 3.5rem;
    filter: opacity(40%);
    color: white;
}
h3 {
    font-size: 1.75rem;
    filter: opacity(30%);
    color: white;
}
body {
    background-color: rgb(46, 46, 46);
    overflow: hidden;
}
body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background-color: black;
    background-image: url("wallpaperbetter.jpg");
    filter: brightness(35%) blur(5px);
}

#remaining_text {
    transition: transform 0.3s ease-out;
  }