header {
    width: 100%;
    height: 150px;
    color: limegreen;
    margin-top: 0;
    text-align: center;
    font-size: 60px;
    background-color: black;
}
button {
    width: 70px;
    height: auto;
    background-color: green;
    border-width: 5px;
    border-color: black;
}

body {
    font-family: 'Times New Roman', Times, serif;
}

header h1 {
    margin: 0;
    padding-top: 10px;
}

input {
    border: 1px solid #cecfd2;
    border-radius: 5px;
}


.container {
    display: flex;
    flex-direction: row;
    max-width: 640px;
    height: 100%;
}

.search {
    padding: 25px;
    background-color: #f5f6fa;
}

.search h1 {
    line-height: 30px;
}

.forecast {
    margin-top: 25px;
    border: solid 5px black;
    margin-left: 5%;
    min-width: 640px;
    padding: 12px 15px 15px 15px;
    height: 40%;
}


 .five-day-container h1 {
    margin-top: 25px;
    margin-left: 5%;
}

.card-row {
    display: flex;
    flex-direction: row;
}

.five-day-card {
    margin-left: 58.5px;
    width: 175px;
    height: auto;
    border-radius: 5px;
    color: white;
    font-size: larger;
    background-color: #3498db;
}

.five-day-container .card-text {
    margin-bottom: 15px;
    padding: 10px 30px 5px 10px;
}

.five-day-card h3 {
    margin: 5px;
}

.five-day-card img {
    margin-left: 10%;
}

.historyItems {
    margin-top: 20px;
}

.historyItems:nth-child() {
    margin-top: 20px;
}

img {
    width: auto;
    height: auto;
}

input {
    height: 40px;
    width: auto;
}

li:first-child {
    height: 100%;
    font-size: larger;
    background-color: white;
    border: solid 1px #cecfd2;
    border-radius: 6px 6px 0px 0px;
    padding: 12px 5px 12px 15px;
    list-style: none;
}

li {
    height: 100%;
    font-size: larger;
    background-color: white;
    border: solid 1px #cecfd2;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 5px 12px 15px;
    list-style: none;
}

li:last-child {
    height: 100%;
    font-size: larger;
    background-color: white;
    border: solid 1px #cecfd2;
    border-radius: 0px 0px 6px 6px;
    padding: 12px 5px 12px 15px;
    list-style: none;
}

.row {
    display: flex;
    line-height: 50%;
    margin: 5px 5px 5px 0px;
}

.row * {
    margin-right: 5px;
}
