html, body {
    margin: 0px;
    height: 100%;
}

.easicare {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.easiwareLogo {
    background: red;
    align-self: center;
    width: 408px;
    height: 143px;
}

.container {
    background-color: #00b7e1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.leftContainer {
    width: 33%;
    display: flex;
    margin-top: 9px;
    background-image: url("../images/illustration-left.svg");
    background-repeat: repeat-y;
    flex-direction: column;
}

.centerContainer {
    text-align: center;
    width: 33%;
}

.headText{
    margin-top: 50px;
}

.centerContainerLogo {
    margin: auto;
    height: 100px;
    width: 100px;
    background-image: url("../images/unlink-solid-copy-2.svg");
    background-repeat: no-repeat;
}

.headerText {
    margin: auto;
    margin-top: 20px;
    height: 60px;
    font-family: Helvetica;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.statusCode {
    margin-top: 10px;
    height: 17px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;

}

.separatorWhiteBar {
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    width: 70px;
    height: 5px;
    background-color: #ffffff;
}


.suggestionText{

}

.notFoundText {
    margin: auto;
    width: 553px;
    height: 20px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}


.rightContainer {
    background-position-x: right;
    width: 33%;
    display: flex;
    margin-top: 9px;
    background-image: url("../images/illustration-right.svg");
    background-repeat: repeat-y;
    flex-direction: column;
}
