body {
    background-color: #202020;
    color: white;
    padding: 0.5%;
    font-family: 'Poppins';
    align-items: center;
    text-align: center;
}
  
.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

  
footer {
    color: #909090;
    font-weight: 400;
}