﻿
input {
    background-color: #3498DB;
    color: #fff;
    margin: 0px;
    margin-left: 80px;
    padding: 3px;
    text-decoration: none;
    border: 1px solid #7eb3e5;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: background-color 0.4s ease 0s;
    -webkit-transition: background-color 0.4s ease 0s;
    height: 40px;
    width: 200px;
    font-weight: bold;
}

input:hover {
    background-color: #993300;
    color: #999;
}

.entry-head {
    font-family: Verdana Times new roman;
    font-size: 24px;
    font-size: 4.5rem;
    font-style: italic;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    color: Red;
}

.entry-content {
    font-family: Verdana Times new roman;
    font-size: 24px;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: bold;
    line-height: 50px;
}

.thheader {
    font-size:xx-large ;      text-align: center; 
}
.title {
    align-content :center;
    width :600px;
    margin-left:50%;
}


