.main-error{
    font-family: sans-serif;
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body{
    background: #141212;
}

.main-error h1{
    color: #0EA7A5;
    font-size: 55px;
}

.main-error h4{
    color: white;
    font-size: 25px;
}