*{
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: none;
    color: blueviolet;
}

html,body{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
    background-color: black
}

.container{
    padding: 15px 15px 0px 15px;
    background-color:white;
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    height: 300px;
}


button{
    width: 70%;
    position: relative;
    left: 45px;
    border-radius: 5px;
    padding: 7px;
    background-color: blueviolet;
    color: white;
    top: 10px;
}
#inputplace{
    display: flex;
    flex-direction: column;

}
#inputplace input{
    border-radius: 5px;
    height: 20px;
}

h2{
    text-align:left;
    font-size: 20px;
}

.selections #exchangeimg,div{
    margin: 10px;
}

.selections{
    display: flex;

}
#result{
    border-bottom: 1px solid blueviolet;
    height: 20px;
    padding: 3px;
}

p{
    position: relative;
top: 10px;
left: 10px;}

#fromdiv{
    height: 24px;
}
img{
    height: 25px;
    position: relative; top: 7px;
}
button:hover{
    opacity: 90%;
    height: 31px;
    width: 70.5%;
}
