* {
    padding: 0;
    margin: 0;
}

body {
    background: #EBF1F7;
}

header {
    height: 64px;
    background: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    width: 100%;
}

main {
    margin: 152px auto auto auto;
    width: 695px;
    height: 310px;
    background: #FFFFFF;
    border-radius: 5px;
    padding-top: 88px;
}

.logo {
    margin-top: 16px;
    margin-left: 30px;
    width: 160px;
    height: 32px;
    z-index: 100;
}

.title {
    margin-top: 33px;
    height: 53px;
    font-size: 38px;
    font-family: "Inter",sans-serif;
    letter-spacing: 0px;
    color: #3B54A5;
    opacity: 1;
    text-align: center;
}

.desc {
    height: 20px;
    font-size: 14px;
    font-family: "Inter",sans-serif;
    letter-spacing: 0px;
    color: #495269;
    opacity: 1;
    text-align: center;
}

.icon-maintenance {
    margin: auto;
    background-image: url('construction-sign.svg');
    background-repeat: no-repeat;
    background-size: 88px 85px;
    width: 88px;
    height: 85px;
}