main.css 806 Bytes
.circle {
  margin: 0 auto;
  width: 500px;
  height: 500px;
  border: 15px solid rgb(158, 111, 170);
  border-radius: 50%;
}
.dday {
  padding: 50px 0;
}
.wrapper {
  margin: 0 auto;
  padding: 30px;
  max-width: 1170px;
}
.dDayFont { 
  font-size: 650%; 
}
h1 {
  font-size: 40px;
  color : rgb(180, 74, 102);
  font-family: 'Gowun Dodum', sans-serif;
}
h2 {
  color :rgb(2, 2, 2);
  font-weight: lighter;
  font-family: 'Gowun Dodum', sans-serif;
}
#title {
  color: rgb(191, 185, 211);
  font-size: 50px;
  font-family: 'Jeju Hallasan';
  font-weight: 600;
}
#activity {
  width:fit-content;
  height:fit-content;
  border-radius: 40px 80px / 80px 40px;
  background-color: rgba(197, 97, 201, 0.486);
}
body {
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 228, 250), rgb(254, 210, 255));
}