body {
    background-color: #3f403f;
    display: flex;
    flex-direction: column;
    font-family: 'Ubuntu', sans-serif;
}

h1{
    color: #5bc0eb;
    display: flex;
    align-self: center;
}

