body {
    background-image: url(https://images.pexels.com/photos/10526919/pexels-photo-10526919.jpeg?auto=compress&cs=tinysrgb&w=600);
    background-size: cover;
    margin-bottom: 100px;
}

.m3 {
    font-display: center;
    width: 1200px;
    height: 200px;
    padding: 10px;
}

#logo{
width: 100px;
}
h1 {
    text-align: center;
    font-size: 80px;
    padding-bottom: 60px;
}

ul {
    text-overflow: inherit;
    text-decoration: none;
    font-style: none;
    padding-bottom: 60px;
}

a {
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    font-style: none;
}


.m1 {
    border-color: aqua;
}

.img {
    padding-left: 10px;
}

.img :hover {
    background-color: dimgray;
    color: white;
    cursor: pointer;
    transform: scale(1.3);
    transition: all is ease;
}
.image:hover {
    background-color: rgb(248, 191, 106);
    color: white;
    cursor: pointer;
    transform: scale(1.3);
    transition: all is ease;
}