body {
    background-color: transparent;
}

.title {
    font-size: 2em;
}

.section {
    font-size: 2em;
}

.container {
    width: 90vw;
    margin: 0 auto;
    height: 95vh;
    position: relative;
    text-align: center;
}

.text {
    position: fixed;
    left: 50%;
    width: auto;
    bottom: 20px;
    transform: translate(-50%, 0%);
    margin: 0 auto;
    font-size: 5.1vmin;
    font-family: Tahoma;
    text-shadow:  rgb(16, 16, 16) 2.07565px 0.989616px 0px, rgb(16, 16, 16) 2.01033px 1.5177px 0px, rgb(16, 16, 16) 2.02676px 2.02656px 0px, rgb(16, 16, 16) 1.56121px 1.66588px 0px, rgb(16, 16, 16) 1.26129px 2.09594px 0px, rgb(16, 16, 16) 0.282949px 2.018px 0px, rgb(16, 16, 16) -0.712984px 2.03594px 0px, rgb(16, 16, 16) -1.66459px 1.83719px 0px, rgb(16, 16, 16) -1.71269px 1.61229px 0px, rgb(16, 16, 16) -2.00457px 1.62389px 0px, rgb(16, 16, 16) -1.79721px 1.22664px 0px, rgb(16, 16, 16) -1.84583px -1.40313px 0px, rgb(16, 16, 16) -1.58224px -1.58625px 0px, rgb(16, 16, 16) -1.41457px -1.22721px 0px, rgb(16, 16, 16) -1.28435px -1.77996px 0px, rgb(16, 16, 16) 1.54834px -1.73574px 0px, rgb(16, 16, 16) 1.93468px -1.92216px 0px, rgb(16, 16, 16) 1.74477px -1.53312px 0px, rgb(56,56,56) 8px 8px 7px, rgb(102, 102, 102) 12px 12px 16px;

    color: #eaea00;
    border-radius: 30px;
    padding: 7px 15px 7px 15px;
    /*padding: 12px 32px 22px 32px;*/
    background-color: rgba(0, 0, 0, 0.1)
}
