body
{
background-color:#0D6E35;
}

h1
{
font-size: 6vw;
text-align: center;
color: white;
border: solid white 1px;
width: 50vw;
margin-left: 25vw;
background-color: #522020;
}

fieldset
{
font-size: 2vw;
color: white;
width: 40vw;
display: inline-block;
margin-left: 3.3vw;
background-color: #522020;
vertical-align: center;
position: relative;
}

aside
{
display: inline-block;
font-size: 2vw;
color: white;
margin-left: 5.5vw;
background-color: #522020;
width: 25vw;
text-align: center;
border: solid white 1px;
}

aside a
{
text-decoration: none;
color: white;
}