body {
  font-family: Arial;
  margin: 0;
}
a {
      font-size: 15px;
      color: #818181;
      }
h1{
  font-family: Arial;
  font-size: 30px;
    margin: 0;
}
h2{
  font-family: Arial;
  font-size: 25px;
    margin: 0;
}
h3{
  font-family: Arial;
  font-size: 20px;
  
}
h3 a{
  font-family: Arial;
  font-size: 20px;
}
p {
  font-family: Arial;
  font-size: 15px;
}

pre {
  font-family: Arial;
  font-size: 15px;
}

ul, ol {
  font-family: Arial;
  font-size: 15px;
}

.main {
  font-size: 28px; /* Increased text to enable scrolling */
}
* {
  box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-direction: row;
  text-align: center;
  text-decoration: none;  
}
h3.flex-container {
  text-decoration: none;  
}
p.flex-container {
  text-decoration: none;  
      font-size: 20px;
	  text-align: left;
	  margin: 0; 
	  padding: 0
	  }	
a.flex-container {
  text-decoration: none; 
}
.flex-item-left {
  flex: 25%;
}

.flex-item-right {
  flex: 75%;
}
p.flex-item-right {
  text-decoration: none;  
      font-size: 20px;
	  text-align: left;
	  }
  
a.flex-item-right {
  text-decoration: none; 
}

@media screen and (max-height: 450px) {
}
/* Create two boxes that float one above the other */
nav {
    width: 100%;
    height: 5vh;
    font-size: 25px;
    background-color: #111;	
    }
nav a {
      text-decoration: none;  
      font-size: 25px;
      color: #818181;
      }

nav a:hover {
            color: #f1f1f1;
            }
  
  
article {
         width: 100%;
	     height:95vh;
        }
.recipe { 
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.recipe li {
  display: inline-block;
  font-size: 30px;
  padding: 20px;
  list-style-type:none;
}

span.a {
  display: inline; 
  padding: 5px;

}

span.a a {
      font-size: 20px;
	  text-decoration: none;
	  }
	  
span.b {
  display: inline-block;
  width: 200px;
  height: 300px;
  padding: 5px;
  border: 1px solid blue; 
}
span.b a {
      font-size: 20px;
	  text-decoration: none;
      }
span.c {
  display: inline-block;
  width: 200px;
  height: 50px;
  padding: 5px;
}
span.c a {
      font-size: 20px;
	  text-decoration: none;
      }
div > * {
    vertical-align:top;
}

@media screen and (max-width: 450px) {
nav a {
      text-decoration: none;  
      font-size: 15px;
      color: #818181;
      }
  .flex-container {
    flex-direction: column;
  }
}
}
