body {
    margin: 0;
    border: 0;
    height: 100vh;
}

.container {
    width: 100%;
    height: 100vh;
    color: white;
    font-family: "Helvetica Neue";
    font-size: 80px;

    align-items: center;
    justify-content: center;
    text-align: center;
}

.message {
    color: red;
    conf-size: 24px;
}

.left {
    float: left;
    width: 50%;
    height: 100%;

    background-color: #1ECBE1;
}
.right {
    float: left;
    width: 50%;
    height: 100%;

    background-color: #986BEF;
}


.search-area {
    height: 100vh;
    font-family: "Helvetica Neue";
    float: left;
    font-size: calc(200px + 1.5vw);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.search-one {
    background-color: blue;
    color: white;
    width: 50vw;
}

.search-left {
    width: 50vw;
    height: 100%;
    float: left;
    font-size: calc(200px + 1.5vw);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.search-right {
    width: 50vw;
    float: left;
    height: 100%;
}

.search-right-inner {
    width: 97%;
    height: 96%;
    top: 1%;
    margin: 0 auto;
    position: relative;
    background-color: white;
    color: black;
    padding: 3px;
}

.search-two {
    background-color: red;
    color: white;
    width: 50vw;
}

.search-name {
    bottom: 0;
    position: absolute;
    font-size: 40px;
    font-style: italic;
}

.demo-ribbon {
    width: 100%;
    height: 40vh;
    background-color: #3F51B5;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.demo-main {
    margin-top: -35vh;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.demo-header .mdl-layout__header-row {
    padding-left: 40px;
}

.demo-container {
    max-width: 1600px;
    width: calc(100% - 16px);
    margin: 0 auto;
}

.demo-content {
    border-radius: 2px;
    padding: 80px 56px;
    margin-bottom: 80px;
}

.demo-layout.is-small-screen .demo-content {
    padding: 40px 28px;
}

.demo-content h3 {
    margin-top: 48px;
}

.demo-footer {
    padding-left: 40px;
}

.demo-footer .mdl-mini-footer--link-list a {
    font-size: 13px;
}