.container{
    
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 40px;
   
    
    background-color: transparent;
  
}




body{
    background-color: #fdf3fc;
    opacity: 0.8;
    background-image:  radial-gradient(#dd6ed4 1.25px, transparent 1.25px), radial-gradient(#dd6ed4 1.25px, #fdf3fc 1.25px);
    background-size: 50px 50px;
    background-position: 0 0,25px 25px;
        
    
}

h1{ display: flex;
    font-size: 3.5rem;
    font-weight: 100;
    margin-bottom: auto;
    color: rgb(209, 18, 123);
    align-items: center;
    justify-content: center;
}

p{  
    align-items: center;
    font-size: 1.45rem;
    font-weight: 100;
    padding-bottom: 2rem;
    justify-content: center;

   color: rgb(223, 13, 100);
   

}


h2{ display: flex;
    font-size: 2.5rem;
    font-weight: 100;
    margin-bottom: auto;
    color: rgb(209, 18, 123);
    align-items: center;
    justify-content: center;
}


.project{

    margin-top:40px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10vh;
    color: rgb(219, 45, 153);
    align-items: center;
}

.Project-Header{

    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 2rem;
    text-decoration: none;
    color: rgb(212, 17, 137);
}

.Project-description{

max-width: 600px;
width: 70%;




    
}

 a:visited, a:link, a:active{
    
    text-decoration: none;
    color: rgb(202, 37, 131);

}

a:hover{
    filter:
      drop-shadow(0 0 8px #ff85e1)
      drop-shadow(0 0 16px #ff4d80);
    transform: scale(1.05);
}


mark{
    background-color:transparent;
    color: darkgreen;

  
    
}

.recordings{

    display: flex;
    justify-content: space-between;
    align-items: center;
    filter:
      drop-shadow(0 0 8px #ff85a1)
      drop-shadow(0 0 16px #ff4d80);
    transform: scale(1.05);
}


.video {
    width: 70%;
    
  }


.intro{

    display: flex;
    font-size: 1.5rem;
    font-weight: 100;
    text-align: center;
    color: aliceblue;
    align-items: center;
    justify-content: center;
}




