main.css 1.18 KB
.circle {
  margin: 0 auto;
  width: 500px;
  height: 500px;
  border: 15px solid rgb(163, 151, 198);
  border-radius: 50%;
  line-height: 3em;
}
.dday {
  padding: 50px 0;
}
.wrapper {
  margin: 0 auto;
  padding: 30px;
  max-width: 1170px;
}
h1 {
  font-size: 50px;
  color : tomato;
  font-family: 'Gowun Dodum', sans-serif;
  margin-bottom: 10px;
}
h2 {
  color :white;
  font-weight: lighter;
  font-family: 'Gowun Dodum', sans-serif;
}

#title {
  color: rgb(191, 185, 211);
  font-size: 70px;
  font-family: 'Tiro Devanagari Marathi', serif;
  font-weight: 600;
  text-shadow: 4px 2px 2px rgba(178, 104, 180, 0.61);
  letter-spacing: 0.05em;
}
#activity {
  width:1000px;
  height:fit-content;
  border-radius: 10p 10px / 10px 10px;
  background-color: rgba(197, 97, 201, 0.486);
}
body {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 50px;
  margin-right: 50px;
  background-color: rgb(78, 76, 76);
}
#background{
  width : 80%;
  height : 80%;
  border: 15px solid rgb(229, 220, 231);
  border-radius : 30px 30px / 30px 30px;
  
}
.box {
  margin : 50px; 
  padding : 20px;
  border : 1px solid rgb(248, 239, 249);
  border-radius : 20px;
  background-color: rgb(255, 255, 255);
}