@font-face {
    font-family: 'Degular Demo';
    src: url(DegularDemo-Regular.woff);
}

body {
    font-family: 'Degular Demo', sans-serif;
    height: 100vh;
    width: 100vh;
    color: #f1f1f1;
    font-size: 1.2rem;
    overflow: hidden;
    background: linear-gradient(46deg, rgba(255, 225, 176, 1) 0%, rgba(255, 191, 128, 1) 27%, rgba(183, 60, 32, 1) 63%, rgba(107, 62, 21, 1) 100%);
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;
    margin: 0;
}

@keyframes gradient {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }

}
.container {
    cursor: pointer;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
    line-height: 1.8;
    text-align: center;
}

.text-1 {
    font-size: 1em;
    color:black;
    line-height: 1.2;
    width: 100%;
    text-align: left;
    max-width: 575px;
}

.text-2 {
    font-size: 1rem;
    color:black;
    line-height: 1.2;
    width: 100%;
    text-align: left;
    max-width: 575px;
}

.text-3 {
    font-size: 1rem;
    color:black;
    line-height: 1.2;
    width: 100%;
    text-align: left;
    max-width: 575px;
}

.text-4 {
    font-size: 1rem;
    color:black;
    line-height: 1.2;
    width: 100%;
    text-align: left;
    max-width: 575px;
}

.text-5 {
    font-size: 1rem;
    color:black;
     line-height: 1.2;
     width: 100%;
     text-align: left;
     max-width: 575px;
}

.text-6 {
    font-size: 1rem;
    color:black;
    line-height: 1.2;
    width: 100%;
    text-align: left;
    max-width: 575px;
}

.text-7 {
    font-size: 1rem;
    color:black;
     line-height: 1.2;
     width: 100%;
     text-align: left;
     max-width: 575px;
}