html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-image: url("./black and white texture.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

* {
    box-sizing: inherit;
}

/* COLORS */
/* light purple #9a8c98ff; */
/* dark purple rgb(44, 44, 77); */

main {
    font-family: "p22-operina-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    margin: 50px 20px 20px;
    font-family: "p22-operina-pro", sans-serif;
    font-weight: 100;
    font-size: 245px;
    border: #000 solid;
    line-height: 10px;
    color: rgb(44, 44, 77);
    background-color: #ffffff;
    display: inline-block;
    padding: 65px 20px 25px;
    border-radius: 50px;
}
h4 {
    font-size: 100px;
    font-weight: normal;
    color:  rgb(0, 0, 0);
    position: absolute;  
    top: 15px;              
    left: 285px;
    margin: 10px;       
    text-align: left;
}

.circle_1 {
    width: 200px;
    height: 75px;
    margin: 20px;
    background-color: rgb(44, 44, 77);
    border-radius: 20px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    font-size: 75px;
    color: #fff;
    text-align: center;
}


.square_1 {
    width: 100px;
    height: 200px;
    margin: 60px;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 9px;
    float: left;
    font-size: 55px;
}

.square_2 {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    margin-left: 390px;
    border: 8px rgb(44, 44, 77) solid;
    background-color: #9a8c98ff;
    color: rgb(0, 0, 0);
    font-size: 125px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.square_3 {
    width: 200px;
    height: 75px;
    margin: 65px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    color: #000000;
    text-align: center;
    box-shadow: 10px 10px 8px rgb(0, 0, 0);
}

.circle_2 {
    width: 150px;
    height: 100px;
    margin: 2px;
    background-color: rgb(44, 44, 77);
    border: dotted #ffffff;
    border-radius: 8px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    font-size: 75px;
    color: #ffffff;
    text-align: center;
}

.circle_3 {
    width: 100px;
    height: 100px;
    margin: 1px;
    background-color: #9a8c98ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    color: #000000;
    font-size: 75px;
    text-align: center;
    position: relative;
    top: -135px;
}

.oval_1 {
    width: 250px;              
    height: 100px;             
    margin: 10px;
    background-color: rgb(0, 0, 0);
    border-radius: 75%;         
    padding: 0.5em;
    float: left;
    position: relative;
    display: flex;              
    align-items: center;         
    justify-content: center;     
    text-align: center;
    color: #ffffff;             
    font-size: 85px;             
}
.divide {
    /* BREAKS THE FLOAT */
    margin-top: 100px;
    clear: left;
    height: 100px;
}

/* ////////// NAV LINKS /////////*/
nav {
    height: 7px;
    padding: .9em 0;
    letter-spacing: .3cap;
    font-size: 1.2em;
    font-weight: 800;
}

/* unvisited link */
nav a:link {
    color: rgb(0, 0, 0);
    border-radius: 1%;
    text-decoration: none;
}

/* visited link */
nav a:visited {
    color: rgb(0, 0, 0);
    background-color: rgb(44, 44, 77);
    border-radius: 15px;
}


/* / / / BOTTOM OF PAGE / / / */

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(0, 0, 0);
    color: rgb(225, 224, 224);
    padding: 1em;
    /* All four side the same */
}

footer {
    /*Specific styles for just the footer. */
    font-size: .8em;
    clear: left;
    padding-top: 1em;
    color: #ffffff;
}