body
{
background-color: darkgreen;
color: white;
margin: auto;
}

#one
{
background-color: darkolivegreen;    
width: 60%;
padding: 15px;
margin: auto;
border-radius: 25px;
font-family: birra-2, serif;
font-weight: 700;
font-style: normal;
line-height: 1.5;
color: white;
}

#two
{
background-color: lightgreen;    
width: 60%;
padding: 15px;
margin: auto;
border-radius: 25px;
font-family: voluta-script-pro, sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1.5;
color: white;
}


#three
{
background-color: limegreen;    
width: 60%;
padding: 15px;
margin: auto;
border-radius: 25px;
font-family: vortice-concept, sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1.5;
color: white;
}



