

html {
    box-sizing: border-box;
}

* {
    box-sizing: inherit;
}

.box {
    border: 1px #ea00d9 inset;
}


.right {
    font-family: "deuterium-variable", sans-serif;
    font-variation-settings: "wght" 200;
    font-weight: 700;
    font-style: normal;
    float: left;
    font-size: 2em;
}



body {
    font-family: "deuterium-variable", sans-serif;
    font-variation-settings: "wght" 200;
    font-weight: 700;
    font-style: normal;
    background-color: #091833;
    font-size: 1em;
    width: 85%; /* sets page margin */
    margin: 0 auto;
    color: #ffffff;
}

nav{
    margin: 4em;
    text-align: center;
}

main {
    background-color:#091833;
     padding: 2em;
 } 

div {
    font-size: .7em;
    background-color: #091833;

}

h1 {
    margin: 10px;
    text-align: center;
}

.square {
    width: 120px;
    height: 120px;
    margin: 15px;
    background-color: #133e7c;
     border: 2px #ea00d9 dotted;
    border-radius: 35px;
    padding: 0.5em;
    float: right;
}


.pill {
    width: 120px;
    height: 120px;
    margin: 15px;
    background-color: #133e7c;
     border: 2px #ea00d9 dotted;
    border-radius: 35px;
    padding: 0.5em;
    float: right;
    font-size: 27px;
}



.squareright {
    width: 120px;
    height: 120px;
    margin: 15px;
    background-color: #133e7c;
     border: 2px #ea00d9 dotted;
    border-radius: 35px;
    padding: 0.5em;
    float: right;
    font-size: 48px;
}


.circle {
    width: 420px;
    height: 420px;
    margin: .6em;
    background-color: #0abdc6;  
    border-radius: 220px;
    padding: 4em;
    float: right;
    font-size: 48px;
}

.divide {
    /* BREAKS THE FLOAT */
    margin-top: 10px;
    clear: left;
    height: 10px;
}

/* GENERAL BOX EFFECTS */

.nobox {
    background-color:#ea00d9;
    /* the last two numbers in the color are opacity = 00 */
}

.shadow {
    box-shadow: 10px 10px 8px 	#f9d5ea;
}

.line1 {
   
}

.whitetext {
    color: #ffffff;
}

.square, .medium_square, .large_square, .rectangle, .small_circle {
    font-size: 28px;
}

.bigger-font {
    font-size: 4em;
}


/*/ / / TOP NAVIGATION AREA / / /*/
/*/ / / Style Appropriate to your design / / /*/

/* header {}/*

/* nav {}/*

/* nav a {}/*



/*/ / / PAGE SECTIONS / / /*/

main {
    /*This adds styles to just the main content area.
}*/

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



/* / / / REGULAR PAGE LINKS / / / */

a:link {
    /*Sets default links style*/
    color: 	#fd70c3;
    text-decoration: none ; /* "none" =  no underline */
  }
  
  a:hover {
    /*Sets default link mouseover style*/
    color: #eda4c5;
    text-decoration: underline;
  }
  
  a:visited {
    /*Sets default link down-click style*/
    color: #f9d5ea;
    text-decoration: none;
  }
  
  a:active {
    /*Sets default visited link style*/
    color: #ffffff;
    text-decoration: none;
  }
  

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

 footer {
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #091833;
    padding: 1em; /* All four side the same */
 }

