

body {
    background-image: url('/images/bg.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;
    
}
header{
    background-color: rgb(49, 157, 79);
    padding: 10px;
    text-align:right;
    font-size: 30px;
    color: white;
}

p{
    color: white;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
td{
    border: 2px solid black;
    padding: 10px;
    text-align: center;
    color: white;
}
img{
    border: 5px solid rgb(41, 9, 220);
}
h1{
    color: white;
    text-align: center;
}
h2{
    color: white;
    text-align: center;
    font-size: 40px;
}
h3{
    background-color: antiquewhite;
}
h4{
    color: rgb(3, 3, 3);
    text-align: center;
}
td{
    background-color: #2a472acd;
    text-align: center;
    font-size: 20px;
    
    
}
fieldset{
    background-color: rgb(152, 236, 176);
}

#unique{
    color: rgb(18, 18, 17);
}

button{
    background-color: rgba(152, 236, 176);
    color: rgb(15, 12, 12);
    font-size: 20px;
}

footer {
  text-align: center;
  background-color: rgb(49, 157, 79);
  color: rgb(221, 243, 57); 
  padding: 3px;
  font-size: 20px;
}
