@font-face {
  font-family: Smooth Fantasy;
  src: url("Smooth Fantasy PersonalUseOnly.ttf")
}
@font-face {
  font-family: Sansation;
  src: url("/Sansation_Regular.ttf")
}
@font-face {
  font-family: Determination;
  src: url("/determination.ttf")
}

body {
  background-color: #C9F0F5;
}

#wrapper {
  margin: 0 auto;
  width: 60%;
  box-sizing: border-box;
}

h1, h3 {
  font-family: Smooth Fantasy; 
  font-size: 25;
}

p {
  font-family: Sansation;   
}

.main {
  width: 100%;
  justify-content: center;
  display: flex;
}

.mediamisc, .misc, .funs {
  outline: 2px solid #38828f;
  background-color: #e1f7fa;
  padding: 20px;
  clear: both;
  display: inline-block;
  justify-content: center;
}

.misc {
  width: 60%;
  justify-content: center;
}

.mediamisc {
  width: 80%;
  justify-content: center;
}

.funs {
  width: 20%;
}

.otherlinks {
  font-family: Sansation;
  color: black;
  font-style: none;
  display: block;
}

.songs {
  float: right; 
  display: block;
  clear: both;
}

.dr {
  font-family: Determination;
}

.bandimg {
  width: 200px;
}
td {
  text-align: center;
  padding: 0px;
}

.welcome {
  display: flex;
  justify-content: center;
  width: 100%;
  outline: 2px solid #38828f;
  background-color: #e1f7fa;
}

/* nav bg */
.topnav {
  background-color: #38828f;
  overflow: hidden;
  clear: both;
  display: flex;
  justify-content: center;
  width: 100;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: Sansation;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #e1f7fa;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #e1f7fa;
  color: black;
}

