@font-face {
  font-family: 'Minecraft';
  src: url('Minecraft.woff2') format('woff2'),
      url('Minecraft.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333333ab;
  overflow: hidden;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  height:50px;
}

.links {
}

.topnav img {
  padding-left:10px;
  padding-right:10px;
  padding-top:7px;
  max-height: 35px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
  height:50px;
}

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

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #049caa;
  color: white;
}

body{
  background-image: url("background.jpg");
    background-size:cover;
    font-family: 'Minecraft';
    color:white;
    font-size: 16px;
    text-shadow: 2px 2px 3px black;
    margin:0px;
  
}

.studio-content{
  padding:2%;
  
  line-height: 1.6;
    background-color:#333;
    display:flex;
    flex-direction: column;
    justify-content: start;
    align-items: left;
    margin-top:12.5%;
    margin-left:10%;
    margin-right:10%;
    border-radius:25px;
  
}

footer {
  margin-top:15%;
  background-color: #333;
  overflow: hidden;
  text-align:center;
  font-size:16px;
}

h2{
  font-weight:normal;
}