#outer
{
    width:100%;
    text-align: center;
}
.note{
display: inline-block;
padding: 0.35em 1.2em;
border: 0.1em solid #000000;
margin: 0 0.3em 0.3em 0;
border-radius: 0.12em;
box-sizing: content-box;
text-decoration: none;
font-family: 'Roboto',sans-serif;
font-weight: 300;
color: #000000;
background: #27E8C8;
text-align: center;
transition: all 0.2s;
width: 10%;
}
.space{
display: inline-block;
padding: 0.35em 1.2em;
border: 0.1em solid #000000;
margin: 0 0.3em 0.3em 0;
border-radius: 0.12em;
box-sizing: content-box;
text-decoration: none;
font-family: 'Roboto',sans-serif;
font-weight: 300;
color: #000000;
background: #829794;
text-align: center;
transition: all 0.2s;
}
.partition{
  font-size: 45px;
  font-family: 'Roboto',sans-serif;
}