body {
    background-color: rgb(183, 238, 252);
}

h1 {
    /* Centering and making the main title big */
    color: white;
    padding: 10px;
    background-image: linear-gradient(darkblue, darkblue, blue, blue);
    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: left;
}

/* Using a separate class for the 2nd Image */
img.image_2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 30%;
    max-height: 30%;
}

p.Main {
    width: 50%;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    top:50%;
}

iframe {
    position: absolute;
    right: 5px;
    top: 20%;
    height: 22.5%;
    width: 22.5%;
}

a.Link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    position: absolute;
    right: 10px;
    top: 45%;
}
