body {
        background-image: url(../img/tic.png);
}
p {
        font: 36px; times;
        text-align: center;
        color: #660066; 
}
.box {
   background-image: url(../img/bluecat.jpg);
   padding: 200px; 100px;
   margin: 50px;
   background-size: cover;
   background-position: center;

}
h1 {
        text-align: center;
        color: #660066;
}
h2 {
        text-align: center;
        color: #660066
}
h4 {
        text-align: center;
        color: #660066; 
        font: 45px;
}
table {
        color: white;
        width: 90%;
        border: 6px solid #660066;
        border-spacing: 10px;
        border-collapse: collapse;
}
caption {
        caption-side: top;
        color: #660066
}
th, td {
        background-color: #F5EDFA;
        color: black;
        padding: 15px;
        border: 5px solid #76647A;
       } 
.center {
        margin-left: auto;
        margin-right: auto;
}
.container {
        position: center;
        color: #660066;
        text-align: right;
        border: 5px;
        background-color: #A6A0AD;
        padding: 10px 5px 15px 20px;
        width: 700px;
        margin: auto;
}
tr:hover td {
        background-color: #A6A0AD;
}

td:nth-child(even) {
        background-color: #ecdaf2;
}

input[type=text], select, textarea {
        width: 50%; 
        padding: 12px; 
        border: 1px solid #660066; 
        border-radius: 4px; 
        box-sizing: border-box; 
        margin-top: 6px; 
        margin-bottom: 16px; 
        resize: vertical; 
}

input[type=submit] {
        background-color: #76647A;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
}
input[type=reset] {
        background-color: #76647A;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
}
.Information {
        text-align: center;
        font-size: 30px;
}
.Information-Contact {
        color: #660066;
        text-align: center;
        font-size: 20px;
}
a:hover {
        color: black;
        background-color: white;
        text-decoration: underline; 
}