body {
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    color:  #eee;
    margin-bottom: 50px;
    padding: 10px;
    min-height: 40px;
}

header ul {
    list-style: none;
    margin: 0;
    margin-right: 10px;
    font-size: 20px;
}

header nav a {
    text-decoration: none;
    color: white;
}
header nav a:hover {
    text-decoration: none;
    color: #eee;
}

#logo {
    font-size: 25px;
}

main {
    display: flex;
    justify-content: center;
}

#container {
    width: 80vw;
    display: flex;
    flex-direction: column;
    height: 40vh;
    align-items: center;
    justify-content: center;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cars {
    width: 100px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.equalto  {
    font-size: 60px;
    font-weight: 800;
}

#container>div {
    display: flex;
    height: 10vh;
}

#initial, #final {
    padding-left: 10px;
    font-size: 30px;
    width: 200px;
}

#initialCurr, #finalCurr {
    font-size: 30px;
    max-width: 150px;
    padding-left: 4px;
}

footer {
    bottom: 0;
    margin-top: auto;
    display: flex;
    justify-content: center;
}

#equalto {
    min-height: 50px;
    font-size: 30px;
}