body {
    background-image: url(aniimg/bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family:'Times New Roman', Times, serif;
}
.sign{
    max-width: 400px;
    height: auto;
    margin-top: 245px;
    margin-left: 550px;
}
.sign h1{
    color: white;
    text-align: center;
    padding-top: 10px;
}
.text{
    margin-left: 115px;
    padding: 10px;
}
.button{
    margin-left: 175px;
}
.button:hover{
    background-color: black;
    color: blue;
}