body {
    background-color: rgb(163, 241, 255);
    margin-top: 100px;
    margin-bottom: 300px;
    margin-left: 100px;
    margin-right: 100px;
}
h1 {
    margin-left: 500px;
    margin-left: 400px;
    color: rgb(1, 1, 120);
    font-family: "Verdana";
    font-size: xx-large;
    font-weight: 800;
    text-align: justify;
}

h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    color: rgb(1, 1, 120);
    font-family: "Trebuchet MS";
    font-size: large;
    font-weight: 600;
    text-align: justify;
}

h3 {
    margin-left: 50px;
    font-family: "Trebuchet MS";
    font-size: medium;
    font-weight: 300;
    text-align: justify;
}

img {
    margin-bottom: 50px;
}


