﻿


.MainContainer {
    position: absolute;
    top: 0;
    bottom: 0vh;
    left: 0;
    right: 0;
    background-image: url( '../../Images/SecretSeries/TM_TM_BACKGROUND.png');
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.ImageGif {
    position: absolute;
    /* top: 0; */
    width: 100%;
    max-width: 60vh;
/*    height: 85%;*/
}
.ImageGifOld {
    position: absolute;
    /* top: 0; */
    width: 100%;
    max-width: 60vh;
   
}
.DivButton {
    position: fixed;
    background-color: #DCD1BF;
    height: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: black;
    font-size: 3vh;
    font-family: 'VeteranTypewriter';
    bottom: 25px;
}

.BackButton {
    position: absolute;
    width: 100px;
    left: 7px;
    top: 12px;
}

.BackButtonImage {
    width: 28vw;
}

.TaskTextOLD {
    font-family: 'VeteranTypewriter';
    position: relative;
    font-size: 18px;
    z-index: -1;
    width: 90.55%;
    text-align: center;
    background-color: #F3EAD7;
    height: 39%;
    /* margin-left: -14px; */
    /* margin-right: -8px; */
    left: -2px;
    padding-left: 10px;
    padding-right: 10px;
}
.TaskText {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-family: 'VeteranTypewriter';
    position: relative;
    font-size: 4.5vw;
    z-index: -1;
    /* width: 90.85%; */
    text-align: center;
    background-color: #F3EAD7;
    height: 39%;
    margin-left: 4.5vw;
    margin-right: 4.5vw;
    /* left: 0px; */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
}