body {
    /* background: rgb(61, 134, 163); */
    background:lightblue;
}
select {
    float:left;
    height: 50px;
    border: 1px solid #155d86;
}
#selectbox {
    height:50px;
    width:800px;
    border: 1px solid #155d86;
    background:white;
}
input {
    font-size: 20px;
    width: 450px;
    padding: 10px;
    border: 0px;
    outline: none;
    float:left;
}
button {
    width: 50px;
    height: 100%;
    border: 1px solid #1b5ac2;
    background: white;
    color: #155d86;
    float:right;
    transition-duration: 0.4s;
    cursor: pointer;
}
button:hover {
    background:#155d86;
    color:white;
}
#object {
    margin-left: 250px;
    margin-right: 260px;
    float: left;
    width:300px;
    color:navy;
    background: #86c1e4;
    border: 1px solid none;
    border-radius: 4px;
    padding:10px;
} 
#use {
    margin-left: 250px;
    float: left;
    width:520px;
    color:navy;
    background: #86c1e4;
    border: 1px solid none;
    border-radius: 4px;
    padding: 10px;
}
#new {
    margin-top: 20px;
    float: left;
    width:400px;
    height:450px;
    color:navy;
    background: #86c1e4;
    border: 1px solid none;
    border-radius: 4px;
    padding: 10px;
}
inforfont {
    /* color:white; */
    margin-left: 250px;
    font-size:25px;
}
newfont {
    /* color:white; */
    font-size:25px;
    margin-right: 250px;
}
div{
    display: inline-block;
}