* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
}

body {
    background-color: rgb(30, 30, 100);
}

h1 {
    background-color: grey;
    text-align: center;
    color: white;
}

h2 {
    color: white;
    font-size: 1.5em;
}

#section1 {
    background-color: orange;
    min-height: 300px;
}

#rectangle1 {
    width: 90px;
    height: 70px;
    background-color: black;
    border: 4px solid black;
    float: right;
}

#rectangleDisplay {
    text-align: right;
    clear: right;
}

#section2 {
    background-color: red;
    min-height: 300px;
}





a {
    color: white;
    border: 2px solid white;
    padding: 10px;
    margin: 70px;
   

}