body{
    font-family: 'Poppins';
}
table th{
    text-align: center;
    background-color: #25919F;
    color: white;
  }
tbody{
    font-size: 15px;
    font-family: 'Raleway';
    text-align: center;
}
:placeholder-shown{
    align-items: center;
    text-align: center;
    width: 150px;
    border-radius: 5px;
    border: #25919F;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    background-image: url(../img/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
#color1{
    background-color: rgba(255, 255, 255, 0);
}
#color2{
    background-color: #25919f40;
}

