body {
    font-family: 'Poppins', sans-serif;
    background-color: #F5F7F9;
}

header img {
    height: 110px;
}

h1, h2, h3 {
    color: #222;
}

footer {
    background-color: #222;
    color: white;
}

.btn-danger {
    background-color: #FB6542;
    border-color: #e60000;
}
.btn-danger:hover {
    background-color: white;
    border-color: #ff0000;
}
.header-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-ul li {
    display: flex;
    align-items: center;
}
.nd{
    margin-top: 50px;
  background-color: #FFF;
  padding:
50px;
}