body{
    background-image: url('../images/pexels-matheus-natan-3297593.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

div{
    display: block;
    justify-content:space-between;
    text-align: center;
    margin-top: 150px;
}

h1{
    font-size: 40px;
}

h2{
    font-size: 30px;
}

h3{
    font-size: 20px;
}

a{
    align-content: center;
    margin-bottom: 100px;
    background-color: rgb(7, 7, 7);
    border: solid 2px black;
    text-decoration: none;
    border-radius: 10px;
    color: aliceblue;
    padding: 5px;
}

a:hover {
    background-color: cornflowerblue;
    color: #ffff;
  }