body {
    
background-image: url("Light-up-Dumbbell.svg");
background-repeat: no-repeat;
background-size: cover;
}

/* selector{
    background: [background-color] [background-attachment] [background-image] [background-repeat] [background-position];
} */

.glass {
    background-color: rgba(6, 7, 8, 0.848);
}

p {

    color: rgba(218, 213, 208,0.8);
   
}


h2 {

    color: rgb(218, 213, 208);
    

}

li {

    color: rgb(218, 213, 208);
}

pre {

    color:rgb(218, 213, 208);
}

form {

    color:rgb(218, 213, 208);
}
button {
    background-color:hotpink; /* Green background */
    color:rgb(10, 10, 10);              /* White text */
    border: none;              /* Remove border */
    padding: 10px 20px;        /* Top-bottom and left-right padding */
    text-align: center;        /* Center the text */
    text-decoration: none;     /* Remove underline */
    display: inline-block;    /* Make it inline */
    font-size: 16px;           /* Set font size */
    margin: 4px 4px;           /* Set margin */
    cursor: pointer;          /* Pointer cursor on hover */
    border-radius: 16px;       /* Rounded corners */
    
    
}

h2{ 

    text-align: center;
}

button {

    text-align: center;
}

p {

    text-align: center;
}

.eye-icon {

    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    color: burlywood;
    
    
  }

  form {

    text-align: center;
  }

  iframe {

    text-align: center;
  }
  
  .center-video {

    display: flex;
    justify-content: center;
  }

  img {

    height: 50ex;
    width: 50ex;

 }
 
/*  
 .none {
    border-style: none;
}
.hidden {
    border-style: hidden;
}
.dotted {
    border-style: dotted;
}
.dashed {
    border-style: dashed;
}
.solid {
    border-style: solid;
}
.double {
    border-style: double;
}
.groove {
    border-style: groove;
}
.ridge {
    border-style: ridge;
}
.inset {
    border-style: inset;
}
.outset {
    border-style: outset;
}
 
 */
