h1 {
    background-color: #ffff99;
    border: solid 5px #ffff99;
    text-align: center;
    border-radius: 15px;

}

p {
    font-size: 30px;
    border: solid 5px #ffff99;
    background-color: #ffff99;
    border-radius: 15px;





}

body {
    background-color: #fff;
}

a {
    color: #000000;
    font-size: 25px;
    border: solid 5px #ffb84d;
    background-color: #ffb84d;
    border-radius: 15px;
    text-align: center;
}