* {
    font-family: arial;
    text-align: center;
}
body {
    height: 600px;
    width: 800px;
    margin: auto;
    background-image: url('/public/imgs/logoc.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #990100;
}
h1 {
    font-size: 20px;
    color: #FFFFFF;
    padding: 380px 0px 0px 0px;
    margin: 0px;
}
a {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #FFFFFF;
}