.logo-1 {
    background-color: yellow;
    border: 10px solid blue;
    margin-right: 0;
    margin-top: 10px;
    width: 350px;
    height: 90px;
}

p {
    color: red;
    text-align: center;
    font-weight: bold;
}

h2 {
    text-align: center;
}

.menu-1 {
    background-color: yellow;
}