h1{
    text-align: center;
    font-size: 50px;
    color: rgb(46, 213, 55);
}

h2{
    font-size: 25px;
    text-align: center;
    color :rgb(23, 88, 191)
}

img{
    width: 150px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;   
}
p {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
}
h3{
    text-align: center;
    font-size: 25px;
    color: rgb(255, 0, 0, 0.9);
}
body {
    background-color: #000;
    color: #fff;
}
h4{
     text-align: center;
    font-size: 25px;
    color: rgba(23, 88, 1919);
}
 audio {
    display: block;
    margin: 20px auto; 
}
body {
    background: linear-gradient(
        to right,
        #26c546 0%,
        #1a1a1a 20%,
        #000000 20%,
        #000000 80%,
        #1a1a1a 80%,
        #26c546 100%
    );
}
h5{
    text-align: center;
    font-size: 25px;
    color: rgb(255, 0, 0, 0.9);
}

table {
  width: 60%;
  border-collapse: collapse;
  margin: 20px auto;
  text-align: center;
}

table, th, td {
  border: 1px solid rgb(215, 182, 19);
  padding: 8px;
}
