{
    margin: 0;
    padding: 0;
}
html{
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
body{
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
}
.left{
    width: 50%;
    height: 100%;
    display: flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}
.right{
    width: 50%;
    height: 100%;
    background-color: #33b191;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
img{
    position: absolute;
    width: 30%;
}
.title{
    font-family: "Campton SemiBold";
    color: #fff;
    font-size: 48px;
    margin-bottom: 10%;
}
button{
    border: 0;
    padding: 12px 169px;
    margin-top: 10%;
    border-radius: 25px;
    background-color: #fff;
    font-family: "Campton SemiBold";
    cursor: pointer;
    font-size: 24px;
}

.container{
    background-color: #eee;
}

.right-background{
    background-color: #33b191;
}
