@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

body{
  background: rgb(0, 64, 81);
  color: rgb(172, 172, 172); 
}

* {
  font-family: 'Poppins', sans-serif;
  /* text-decoration: none; */
  /* font-size: 15px; */
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    color: red;
    font-size: 20px;
}

p {
    font-size: 18px;
}

a {
    color: rgb(172, 172, 172); 
    font-size: 15px;
    text-decoration: none;
}

th { 
    background-color: rgb(172, 172, 172);  
    border: 1px rgb(172, 172, 172);
    color: rgb(0, 64, 81);
} 

tr {
    font-size: 15px;
}

td {
    font-size: 15px;
}

img.img1 {
    height: 400px;
    display: inside !important;
}

img.img2 {
    width: 400px;
    display: inside !important;
}

.a, .a input {
    cursor: pointer;
}

.button, .round {
    border-radius: 8px;
}

tr:hover,
tr:focus  { 
  background-color: rgb(172, 172, 172);  
  border: 1px rgb(172, 172, 172);
  color: rgb(0, 64, 81);
  /* width: 15.36em;  */
} 
