*{
  padding:0;
    margin:0;
}


/* colours */
:root{
  --primary: #1E90FF;
  --secondary: #87CEFA;
  --title: #FF8816;
}

.layout{
    border-style:solid ;
  border-color:#32CD32;
  position: fixed;
  top: 50%;
  border-radius:0.9375rem;
  border-left-width:0.9375rem;
 
}
.text{
    font-size:2rem;
}
/* layout styles */
nav{
  background: var(--primary);
  border-bottom: 0.3125rem solid var(--secondary);
  border-bottom-left-radius:1.875rem 1.25rem;
  border-bottom-right-radius:1.875rem 1.25rem;
  position:fixed;
    z-index:2;
}
nav a{
  color: #F8F8FF;
}
nav a span{
  font-weight: bold;
}
