* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body #shutdown-container{
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
}
.shutdown-container {
    background-image: url('./shutdown-pc.png');
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 300px;
}

.shutdown-container .tips-img {
    height: 260px;
}

.shutdown-container .title {
    font-size: 36px;
    font-weight: bold;
    margin-top: 30px;
}

.shutdown-container  .content {
    display: flex;
    flex-direction: column;
    color: #000;
}

.shutdown-container  .content .date {
    margin-left: auto;
    
}

.shutdown-container  .content .text {
    text-indent: 2em;
    line-height: 28px;
}

.shutdown-container  .content .header {
    margin: 20px 0;
    
}

.shutdown-container  .content .contact {
    margin: 20px 0;
}