body {
  background: #0d000d;
  color: #eeeeee;
  text-align: left;
  font-size: 20px;
}

p {
  line-height: 1.5;
}

.wrapper {
  margin: 80px auto;
  width: 100%;
  position: relative;
  display: flex;          
  justify-content: space-between; 
  align-items: center;      
}

.button {
  font-size: 20px;
  padding: 10px 10px;
  margin: 10px 4px;
  color: #eee;
  background-color: blue;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border: 1px solid;
  position: relative;
}

.flash-message {
        background-color: #f00; /* Красный фон */
        color: white; /* Белый текст */
        padding: 10px;
        margin-bottom: 10px;
    }
        h1 {
            font-size: 2em;     /* Увеличен размер заголовка */
            margin-bottom: 20px;
        }
        ul {
            list-style-type: none; /* Убраны маркеры списка */
            padding: 0;
        }

        li {
            margin-bottom: 5px;
        }
        .container {
            max-width: 600px;
            margin: 0 auto;
            background-color: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
