* {
    text-align: center;
}
body {
    background-color: #e0d7d7;
  }
  .navbar {
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 14px 0;
    background-color: #333;
}
.navbar a {
    color: #f2f2f2;
    text-decoration: none;
}
.navbar a:hover {
    color: #ddd;
}