
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');


.titleNameDiv {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  gap: 10px;
  text-align: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
}

#header-dash {
  font-size: 30px;
}


#customFont {
  font-family: 'Great Vibes', cursive;
  color: yellowgreen;
  font-size: 60px;
  /* margin-right: 10px; */
}

#customFontP {
  font-family: 'Great Vibes', cursive;
  color: yellowgreen;
  font-size: 28px;
  line-height: 0px;
  /* padding-top: 20px; */
}

.logo {
  margin: 120px auto -40px auto;
  width: 100px;
  text-align: center;
}

#mainDiv {
  margin: 50px auto 50px auto;
  width: 600px;
  height: 510px;
  font-size: 25px;
  font-weight: bold;
  color: black;
  line-height: 60px;
  letter-spacing: 1.5px;
  text-align: center;
  align-items: center;
  border: 3px solid darkgray;
  border-radius: 50%;
  border-bottom: 50px;
  padding-top: 35px;
  box-shadow: 10px 10px 15px rgb(99, 132, 143);
}

.line1 {
  color: darkgreen;
  font-family: 'Great Vibes', cursive;
  font-size: 35px;
}

.line2 {
  color: goldenrod;
  font-size: 40px;
  font-weight: 700;
}

#buttonDiv {
  width: 300px;
  height: 70px; 
  margin: 50px auto 40px auto;
}

#buttonDiv button {
  width: 280px;
  height: 60px; 
  font-size: 30px;
  font-weight: bold;
  background-color: rgb(213, 222, 224);
  color: black;
  border-radius: 10px;
}