*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
body{
    background-color:#022339;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 160px;
    right: 175px;
}
.box{
    margin: 12%;
    width: 90%;
    max-width: 700px;
}
.size{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 80px;
    background-color:white;
    color:aliceblue;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 20px; 
    border-radius: 10px;  
    position: relative;
    bottom: 40px; 
    
}
h1{
    font-size: xx-large;
    text-transform: capitalize;
}
span{
    font-size: xx-large;
    text-decoration:underline;
    color: rgb(56, 114, 56);
    padding-bottom: 7px;
}
img{
    width: 30px;
    height: 30px;
    cursor: pointer;
    
    
}
input{
    border: 0;
    outline: 0;
    font-size: 24px;

}
button {
    border: 0;
    outline: 0;
    background-color: #019f55;
    color: white;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 26px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    bottom:90px;

}



