head {
    background-color: gray;
}

body {
    background-color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 60px;
    padding: 30;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
}



button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    
}


ul {
    position: sticky;
    top: 0;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #e64946;
}

ul li {
    float: left;
    border-right: 2px solid black
}

ul li:last-child {
    border-right: none;
    border-left: none;
}

ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

ul li a:hover {
    background-color: black;
}

form {
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 20;
    border-style: solid;
}

form input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16;
}


.logo {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  max-width: 100%;
}

