* { margin: 0; padding: 0; }

/* Text Formatting */

#paragraph1 {
    font-size: 40px;
    font-family: Arial;
    color: pink;
    text-align: center;
}

#title1 {
    font-size: 60px;
    font-family: Arial;
    color: #ffffffff;
    text-align: center;
}

a:link {
    color: #87ceeb;
    background-color: transparent;
    text-decoration: none;
}
  
a:visited {
    color: lavender;
    background-color: transparent;
    text-decoration: none;
}
  
a:hover {
    color: #8791eb;
    background-color: transparent;
    text-decoration: underline;
}
  
a:active {
    color: blue;
    background-color: transparent;
    text-decoration: underline;
}
/* Section Formatting */

/* #testID {
    width: 750px;
    height: 500px;
    border: 15px solid green;
    background-color: blanchedalmond;
    text-align: center;
} */

body {
    background-color: #323232FF;
}

#topbuffer {
    height: 50px;
}

#topBlock {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 97vw;
    height: 60vw;
    background-color: #484848FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

#topInnerBlock {
    width: 98%;
    height: 99%;
    margin: auto;
    background-color: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#commonBlock1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 97vw;
    height: 95vh;
    background-color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
}

#innerCommonBlock {
    width: 98%;
    height: 98%;
    margin: auto;
    background-color: fuchsia;
}

#bottomBuffer {
    height: 10px;
}