*{
  margin:0;
  padding:0;
}
html{
    font-family: arial;
    background-image: url(img/server.png);
    background-attachment: fixed;
}
a{
    text-decoration: underline;
    color: white;
}
header img{
    height: 50px;
    margin: 0 0 0 5px;
    float: left;

}
header h1{
    margin-left: 60px;
    margin-top: 5px;
    text-shadow: 2px 2px #000;
}
header{
    color: white;
    background-image: url(img/bg.png);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 2px solid brown;
}
.center{
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 60px;
    padding: 20px;
    width: 1000px;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
}
.center img{
    width: 200px;
    margin-left: 20px;
}
.center img:hover{
    border-bottom: 3px solid brown;
}
.center h1{
    text-align: center;
}
.center1{
    color: white;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    margin-bottom: 100px;
    padding: 20px;
    width: 1000px;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
}
h2{
    text-align: center;
}
form{
    text-align: center;
}
form p{margin-top: 15px;}
input[type=button], input[type=file], input[type=submit] {
  background-color: #2f83b0;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 8px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
input[type=button]:hover,input[type=file]:hover,input[type=submit]:hover {
    background-color: #3cb0fd;
}
input[type=file]{
    width: 380px;
}
a#button{
    background-color: #2f83b0;
    width: 130px;
    border: none;
    border-radius: 10px;
    color: white;
    padding: 8px 32px;
    text-decoration: none;
    margin: 15px 2px;
    cursor: pointer;
}
a#button:hover{
    background-color: #3cb0fd;
}
h3{
    text-align: center;
    margin-top: 10px;
}
p{
    text-align: center;
}
.delete{
    background-color: #2f83b0;
    border: none;
    border-radius: 10px;
    color: white;
    padding: 8px 32px;
    text-decoration: none;
    margin: 15px 2px;
    cursor: pointer;
    text-shadow: 1px 1px #000;
    width: 140px;
}
.delete:hover{
    background-color: #3cb0fd;
}
footer{
    color: white;
    background-image: url(img/bg.png);
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 2px solid brown;
}
footer img{
    height: 30px;
    margin: 0 0 0 5px;
    float: left;
}
footer .logo1{
    height: 30px;
    margin: 0 15px 0 0;
    float: right;
}
footer p{
    text-align: right;
    float: left;
    padding-top: 5px;
    padding-left: 15px;
    text-shadow: 2px 2px #000;
}
