
h1 a{
  text-decoration: none;
  color: #db2965;
}

h1{
  
  justify-content: center;
  text-align: center;
  align-content: center;
  align-items: center;
  background:transparent;
  line-height: 80px;
  width: 75%;
  text-transform:uppercase;
  letter-spacing:5px;
  font:44px 'doto';
  border-bottom:4px dotted #db2965;
  padding-bottom:4px;
  margin-left: 13%;
  margin-bottom: -10px;
  
}

h2{
 
  background-color: #ec6091;
  text-align: center;
  color: white;
  line-height: 30px;
  border-radius: 5px;
}

.navbar a{
  background: transparent;
  text-decoration: none;
  line-height: 20px;
}

.navbar{
  width: 100%;
  text-align: center;
  background: #db2965;
  font-size: 20px;
  margin-top: -20px;
  margin-bottom: 10px;
  justify-content: space-evenly;
}

h3{
  font-size: 25px;
  color:#db2965;
}

p{
  color:#786F80;
}

body{
      background-image:url(https://static.vecteezy.com/system/resources/previews/010/599/697/non_2x/abstract-smooth-curve-line-on-pink-gradient-lighting-color-background-vector.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;
      background-size: cover;
      justify-content: center;
      align-content: center;
      
      }
      
.container{
      display: flex;
      flex-wrap: wrap;
     justify-content: center;
     height:20%;
     width: 75%;
     gap: 30px;
     align-content: center;
     text-align: center;
     align-items: center;
     margin: 12%;
     margin-top: 0px;
    }

.box{
    
      justify-content: center;
      border-radius: 15px;
      align-content: center;
      align-items: center;
    }

#box1{
     
      width: 50%;
      height: 300px;
      background: transparent;
      border-style: solid;
      border-width:2px;
      border-color: white;
      backdrop-filter: blur(20px);
      justify-content: center;
      align-content: center;
      text-align: center;
    }

#box2{
      width: 50%;
      height: 300px;
     background: transparent; 
       border-style: solid;
      border-width:2px;
      border-color:  white;
      backdrop-filter: blur(20px);
      align-content: center;
      justify-content: center;
    }

#box3{
      width: 50%;
      height:320px;
      background: transparent;
      border-style: solid;
      border-width:2px;
      border-color:  white;
      backdrop-filter: blur(20px);
      align-content: center;
      justify-content: center;
      align-items: center;

    }
    
  
      
      
      
      
      
      
      
      