body {
  background-color: orange;
}

main div section{
justify-content: center;
background-color: brown;
border: dashed black 3px;
padding-bottom: 15px;
padding-top: 15px;
}

main div {
    padding: 20px 20px 20px 20px;
}


main {
color: white;
background-color: yellow;
}

footer {
  background-color: orange;
  color: black;
}

.but {
    background-color: #02D332; /* Green */
    border: none;
    color: black;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 9px;
}


.heds {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.fo {
    
    display: flex;
    flex-wrap: wrap;
}

.fot {
    display: flex;
    justify-content: end;
    padding-top: 30px;
    padding-bottom: 20px;
}

.but1 {
    background-color: #62ff00; /* Green */
    border: none;
    color: black;
    padding: 5px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 9px;
    
    
}

footer p {
    text-align: center;
}