h2 {
    color: rgb(112, 15, 15);
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul {
    list-style-type: none;  
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

li {
    margin: 5px;
    padding: 15px;
    background-color: rgb(112, 15, 15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.contact {
    height: 32px;
}
