
body{
    background-color: rgb(233, 202, 162);
    height: 100vh;
}

.wrapper{
    text-align: center;
    margin-top: 5%;
}

.hero{
    border: 4px solid black;
    width: 75em;
    margin: auto;
    padding: 3em;
}

ul{
    list-style-type: none;
}

.info{
    position: relative;
    text-align: center;
    margin-right: 3%;
}

.image{
    width: 18em;
    margin-top: 1em;
}
