body {
    background-color: #000;
    color:#fff;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.75rem;

}

main {
    width: 95%;
    float: none;
    height: auto;
    border: 0px solid white;
    margin: 0 auto;
    padding: 2%;
}

#secred1 { 
    font-size: 9px;
}

#code {
    background-color: #000;
    border: 1px solid white;
    color:#fff;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.75rem;
}

#button{
    background-color: #000;
    border: 1px solid white;
    color:#fff;
    font-size: 0.75rem;
    font-family: 'Courier New', Courier, monospace;
}

#button1{
    background-color: #000;
    border: 1px solid white;
    color:#fff;
    font-size: 0.75rem;
    font-family: 'Courier New', Courier, monospace;
}

#Aloita{
    background-color: #000;
    color:#fff;
    font-size: 0.75rem;
    font-family: 'Courier New', Courier, monospace;
}

#vihje{
    background-color: #000;
    color:#fff;
    font-size: 0.75rem;
    font-family: 'Courier New', Courier, monospace;
}

#vaihdavihje{
    background-color: #000;
    border: 1px solid white;
    color:#fff;
    font-size: 0.75rem;
    font-family: 'Courier New', Courier, monospace;
}
#teht2 {
    visibility: hidden;
    color: lightgreen;
    font-weight: bold;
}
#teht3 {
    visibility: hidden;
    color: lightgreen;
    font-weight: bold;
}
#teht4 {
    visibility: hidden;
    color: lightgreen;
    font-weight: bold;
}
#resolved {
    visibility: hidden;
    color: lightgreen;
    font-weight: bold;
}

#resolved2 {
    visibility: hidden;
    color: lightgreen;
    font-weight: bold;
}





@import url('https://fonts.googleapis.com/css2?family=Metrophobic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');


.main-wrapper {
    width: 100%;
    height: 100%;
    
}
.timer-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid black;
    border-radius: 10px;
    background-color: rgb(0, 0, 0);
}

.timer-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.timer-separator {
    font-family: 'Metrophobic', sans-serif;
    display: flex;
    font-weight: bolder;
    font-size: 14px;
}

.timer {
    width: 30px;
    height: 40px;
    background-color: rgb(0, 0, 0);
    border: 0px solid rgb(255, 255, 255);
    border-radius: 4px;
    margin: 2px;
    font-family: 'Metrophobic', sans-serif;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

#message {
    text-align: center;
    font-family: 'Metrophobic', sans-serif;
    line-height: 80px;
    font-size: 40px;
}

@-webkit-keyframes pulsate {
    0% {font-size: 40px}
    20% {font-size: 45px}
    40% {font-size: 40px}
    60% {font-size: 45px}
    80% {font-size: 40px}
    100% {font-size: 40px}
}

@keyframes pulsate {
    0% {font-size: 40px}
    20% {font-size: 45px}
    40% {font-size: 40px}
    60% {font-size: 45px}
    80% {font-size: 40px}
    100% {font-size: 40px}
}

