body {
    background-color: #000825;
    padding: 5px;
	letter-spacing:3px;
	font-size:17px;
	line-height:20px;
    font-family:'pixel', calibri, verdana, sans-serif;
	color:#ffbbcc;
}

body *{
	cursor: url('https://64.media.tumblr.com/a88ddc008f6806d4533b90fb5117d380/280f05da42d3b5b8-3b/s75x75_c1/25e5aaa8ebfc0c9bd7968d447b762402130d6d5a.gifv'), auto;
}

body :hover {
	cursor: url('https://64.media.tumblr.com/a88ddc008f6806d4533b90fb5117d380/280f05da42d3b5b8-3b/s75x75_c1/25e5aaa8ebfc0c9bd7968d447b762402130d6d5a.gifv'), auto;
}

table, th, td {
    border: 2px dotted #2f53bf;
    border-radius: 15px;
    background-color: #0e2271;
}

.container{
    width: 170%;
    background:#0a1647;
    border: 2px dotted #2f53bf;
    display:flex;
    flex-direction: row;
    border-radius: 25px;
}
.title {
    font-size:42px;
    line-height: 45px;
    color:#f66907;
    border-bottom:1px dashed #f66907;
    margin-bottom:5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-title {
    font-size: 27px;
    color:#f66907;
    border-bottom:1px dashed #f66907;
    margin-bottom:5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.summary {
    text-align: left;
}

.rest {
    text-align: center;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #f66907;
  color: #4d73e5;
  font-family:'pixel', calibri, verdana, sans-serif;
  font-size: 19px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 2px dotted #2f53bf;
  border-radius: 25px;
  text-align: center;
  outline: none;
  margin: 4px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ffbbcc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #ffbbcc;
    color:#f66907;
    padding: 18px;
    width: 100%;
    border: 2px dotted #2f53bf;
    border-radius: 15px;
}

td .collapsible {
  display: block;
  width: 95%;
}

td .content {
  width: 95%;
  /* do NOT set display here */
}

#navigation {
    font-size: 20px;
    line-height:70px;
} 
      
#navigation a:link, a:visited, a:active {
  padding:4px; letter-spacing:2px;margin-right:10px;
  color:#f66b07;/*orange*/
  }
      
#navigation a:hover {background:#ffbbcc;/*soft pink*/
  padding:4px; letter-spacing:4px;margin-right:10px;
  color:#f66907;/*orange*/
  border-radius: 30px;
  }
  
a:link, a:visited, a:active { 
color:#f66b07;text-decoration:none;}/*orange*/
a:hover {
color: #4d73e5;
;}/*orange*/

.white-text { color: #fff; }

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: dotted #2f53bf;
  border-radius: 30px;
  outline: none;
  background-color: #f66b07;
  color: #4d73e5;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #ffbbcc;
}