body {
    background-color: rgb(184, 184, 184);
}

h1 {
    /* Centering and making the main title big */
    color: #000000;
    padding: 10px;
    background-image: linear-gradient(red, yellow, yellow, red);
    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;
}

/* Splitting the 3 text areas into sections */
p.Main {
    width: 50%;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    
}

p.left {
    float: left;
    width: 50%;
    font-family: Arial, Helvetica, sans-serif;
}

p.right {
    color: rgb(0, 0, 0);
    float: left;
    width: 50%;
    font-family: Arial, Helvetica, sans-serif;
}

a.Link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    position: absolute;
    bottom: 40%;
    left: 0px;
    padding: 10px;
}

/* Using a separate class for the 2nd Image */
img.image_2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

iframe {
    position: absolute;
    float:right;
    bottom: 5px;
    right: 5px;
    width: 30%;
    height: 35%;
}
