*{
    font-family: "Poppins", sans-serif;
    padding: 0px;
    margin: 0px;
}

html{
    background-image: url(imagens/wallpaper.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

main{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

div{
    width: 500px;
    background-color: white;
    padding: 10px;
    padding-top: 1px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.555);
}

div#de{
    margin-bottom: -20px;
}

div#para{
    margin-top: -20px;
}

h1{
    text-align: center;
    margin-bottom: 20px;
}

span.res{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.res > span{
    display: flex;
    align-items: center;
}

p{
    color: #88888b;
    font-size: 1em;
}

p#pDe{
    padding-top: 10px;
    margin-bottom: 13px;
}

p#pPara{
    padding-top: 10px;
    margin-bottom: 10px;
}

p#converte{
    color: black;
    font-weight: bolder;
    font-size: 1.4em;
}

p#taxa{
    font-size: 0.8em;
    margin-top: 15px;
}

img{
    height: 30px;
    margin-right: 10px;
}

input[type='number']{
    border-radius: 10px;
    font-size: 1.4em;
    font-weight: bolder;
    font-family: "Poppins", sans-serif;
    padding: 5px;
    padding-left: 10px;
    width: 200px;
}

select{
    font-weight: bolder;
    border: none;
    font-size: 1.1em;
}

section#botao{
    display: flex;
    justify-content: center;
    align-items: center;
}

button[type='button']{
    position: sticky;
    background-image: linear-gradient(to bottom, #81C1DD, #6D8DE0);
    border-radius: 50%;
    padding: 10px;
    border: none;
}

button[type='button'] > img{
    margin: 0px;
    height: 60px;
    width: auto;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
}

footer a:visited{
    color: blue;
}

footer a:hover{
    color: #6D8DE0;
    text-decoration: none;
}