@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rye&display=swap');
.tit {
    font-family: "Rye", serif;
    font-weight: 400;
    font-size: 60px;
    color:rgb(255, 255, 255);
    font-style: normal;
  }

  body {
    color: white;
    font-family: Trebuchet MS;
    padding: 0;
    margin: 0;
    position: relative;
    background: url(https://t4.ftcdn.net/jpg/00/06/44/19/360_F_6441954_8XJGZbOzVXyuoshO9TRFcjHfk26W4xk3.jpg);
    background-size: cover;
    background-attachment: fixed; /* Keeps the background fixed */
    background-position: bottom;
    width: 100%;
    height: 100vh;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    overflow-y: auto; /* Allows vertical scrolling */
}


.main {
    background-color: white;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    color: black;
    width: 80%;
    border-radius: 20px;
}

.req {
    color: red;
}