body {
    background-color: rgb(151, 245, 146);
}

h1 {
    /* Centering and making the main title big */
    color: black;
    padding: 10px;
    background-image: linear-gradient(Blue, Red, white);
    height: 50px;
    border-style: solid;
    border-color: black;
    text-align: center;
    font-size: 250%;
    font-family:Arial, Helvetica, sans-serif;
}

ul {
    /* Creating a nice background style for the list */
    list-style-type: none;
    font-size: 150%;
    border: 3px solid black;
    background-color: beige;
    font-family:Arial, Helvetica, sans-serif;
}

li {
    /* Makes the list horizontal and spaces the elements */
    display: inline;
    padding: 7.5%;
    text-align: center;
}


.image_1 {
    max-height: 20%;
    max-width: 20%;
    float: right;
}

.image_2 {
    max-width: 20%;
    max-height: 20%;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    width: 50%;
}

a.Link {
    font-family: Arial, Helvetica, sans-serif;
}