body {
    background-image: url("backgrounds/1.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: none;
    }

header {
    border: 1px solid #b5b7ba;
    background-color: #e91e76;
    height: 68px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

header a {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

h1 {
    color: #2e353d;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
}

h2 {
    color: #2e353d;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
}

h3 {
    color: #2e353d;
    font-size: 22px;
    font-weight: 100;
    text-align: center;
}

main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 1%;
}

.button {
  border: none;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 26px;
  font-family: Arial;
  padding: 12px 16px;
  border-radius: 100px;
  color: black;
    background: yellow;

}

main img {
    width: 300px;
    padding-bottom: 3%;
}

table {border: 0px solid grey; font-size: 40px; width: 760px; text-align: center; border-spacing: 30px;}

caption {
caption-side: top;
text-align: center;
padding: 10px 0; 
font-size: 34px;
}



main p {
    width: 310px;
    color: #242424;
    font-size: 24px;
    font-weight: 100;
    line-height: 30px;
    text-align: justify;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #434445;
    color: #a4a4a4;
    font-size: 20px;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
}
