	form {
    background-color: hsla(359,24%,62%,1.00);
    width: 250px;
    border-radius: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 300px;
    min-height: 100px;
}
    input[name="display"] {
    background-color: hsla(290,20%,65%,1.00);
    height: 40px;
    text-align: right;
    border-radius: 8px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 240px;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.33em;
}
body {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(151,116,116,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(151,116,116,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(151,116,116,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(151,116,116,1.00) 100%);
}
    input[type="button"] {
    float: left;
    border-radius: 8px;
    height: 36px;
    width: 56px;
    margin-bottom: 5px;
    margin-left: 5px;
    border: none;
    background-color: hsla(229,20%,48%,1.00);
    font-size: 1.33em;
}
input[type="button"]:hover {
    float: left;
    border-radius: 8px;
    height: 36px;
    width: 56px;
    margin-bottom: 5px;
    margin-left: 5px;
    border: none;
    background-color: hsla(273,27%,57%,1.00);
}
	input[name="equal"]{
    background-color: hsla(240,25%,40%,1.00);
    width: 117px;
    font-size: 1.33em;
		}	
input[name="equal"]:hover{
    background-color: hsla(239,25%,59%,1.00);
    width: 117px;
		}	
    .container-fluid {
}
    
