h1 {
    color: rgb(234, 244, 96);
    text-align: center;
    background-color: black;
    border-radius: 15px;
    padding: 50px;

}

nav {
    text-align: center;
    color: rgb(236, 233, 93);
    border: 5px solid rgb(17, 17, 17);
    padding: 10px;
    margin-top: 40px;
    background-color: black;
}

a {
    color: rgb(253, 253, 111);
    text-decoration: none
}

div h1 {
    color: rgb(244, 244, 31);
}

div {
    text-align: center;
    color: rgb(231, 248, 105);
    text-decoration: none;
    background-color: rgb(10, 10, 10);
    border-radius: 30px;
    border: 2px solid;
    margin-top: 40px;
    margin-bottom: 40px;


}



img {
    height: 200px;
    width: auto;
}