body {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: black;
    min-height: 400px;
    background-color: #605770;
    margin: 0px;
    padding: 0px;
}

.page-title {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.page-logo {
    width: 150px;
}

.alura-logo {
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.header {
    display: flex;
    justify-content: center;
    padding: 15px;
    text-align: center;
    background-color: #86BBD8;
}

.titulo {
    width: 80px;
}

.conversores {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 25px;
    gap: 50px;
    margin-top: 100px;
}

.escala1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 25px;
    width: 300px;
    height: 500px;
    background-color: #F0DFAD;

}

.escala2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 25px;
    width: 300px;
    height: 500px;
    background-color: #F0DFAD;
}

.escala3 {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 25px;
    width: 300px;
    height: 500px;
    background-color: #F0DFAD;
}

p {
    text-align:center;
}

input {
    margin: 12px;
    padding: 10px;
    width: 200px;
    font-size: 15px;
    text-align: center;
    
}

label {
    color: black;
    font-size: 25px;
    font-weight: 400;
}

button {
    margin-top: 12px;
    padding: 4px 8px;
    background: #86BBD8;
    border-radius: 10px;
    border: none;
    padding: 20px;
    width: fit-content;
    font-size: large;
    font-weight: 700;
    font-style: bold;

}

button:hover {
    background-color: #9E7682;
    cursor: pointer;
  }



h2 {
    color: black;
    font-size: 30px;
}

.rodape {
    display: flex;
    flex-direction: column;
    text-align: center;
    color:white;
    text-decoration: none;
    font-weight: 200;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #4D4861;
    padding: 10px;
    margin-top: 350px;
    border-top: 50px;
    justify-content: center;
}

.rodape  p {
    text-align: center;
}

.icone {
    height: 12%;
    width: 12%;
    padding: 5px;
}

.social {
    width: 80px;
    height: 80px;
    padding: 5px;
}