html {
    background-color: rgb(0, 255, 98);
}

h1 {
    text-align: center;
    margin: auto;
    width: 500px;
    border: 5px solid blue;
    height: 50px;
}

.goku{
    border: 5px inset gold;
    margin: auto;
    text-align: center;
    margin-top: 15px;
    width: 650px;
    height: 400px;
}

ul {
    text-align: center;
    list-style-position: inside;
    list-style-type: none;
    border: 7px double red;
    width: 200px;
    padding-left: 5px;
    margin: auto;
    margin-top: 10px;
    padding-top: 2.5px;
    padding-bottom: 6.5px;
}