p{
    margin: initial;
}

html{
    background-color: #e6e6de;
}
.index{
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.inner-container{
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    width: 100%;
    max-width: 90%;
    margin: 0 auto 0 auto;
    flex-direction: column;

}

.inner-container > .img-container{
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.inner-container > .img-container > img{
    max-width: 230px;
    user-select: none;
}

.text-container{
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}

.text-container > .text-1{
    margin-top: 50px;
}

.text-container > .text-2{
    margin-top: 20px;
    text-align: center;
}

.text-container > .text-3{
    margin-top: 20px;
}

.text-container > .text-4{
    margin-top: 40px;
}

.text-container > .text-5{
    margin-top: 40px;
}

.text-container > .text-6{
    margin-top: 50px;
    font-size: 21px;
}

.text-container > .text-7{
    margin-top: 20px;
}

.text-container > .text-8{
    margin-top: 30px;
}