
body{
    background:url("https://www.uuu.com.tw/stars/images/error_bg.jpg");
    font-family: "Segoe UI","微軟正黑體",sans-serif;

}
.content{
    display: flex;
    align-items:center;
    justify-content:center;
    width: 40%;
    margin:20px auto;
    padding: 20px 0 0;
}

.error img{
    width: 100%;
}

.error h1{
   color:rgb(196, 0, 0);
   font-size: 3rem;
   text-align: center;
}

.error p{
    color:rgb(65, 65, 65);
    font-size: 1.6rem;
    text-align: center;
 }


@media (max-width: 575px) {
    .error{
        width: 90%;
    }
}