html{
    height:100%;
}
body{
    height: 100%;
    margin: 0px;
    font-family: Helvetica,Arial;
}
#error-msg{
    color: red;
}
#start-btn{
    border-radius: 0;
    border: none;
    color: white;
    margin: 20px 0;
    background-color: blue;
    height: 30px;
    width: 70px;
}

.text-container{
    width: 100%;
    height: 15%;
    background-color: #1B475D; 
    align-items: center;
    padding-bottom: 1%;
    
}

.displayMessage{
    /* margin: 5px; */
    /* padding: 5px; */
    /* font-size: 10vw; */
    position: absolute;
    top: 10px;
    left: 25%;
    right: 10%;
    right: auto;
    color: white;
    font-size: clamp(0.7rem, -0.575rem + 1.333333vw, 3.5rem);
    align-items: center;
}

.imgFormat{
    position: absolute;
    top: 10px;
    clip-path: circle();
	//padding: 3%;
	display: none;
    left: 2%;
    height: 12%;
	background-color: white;
	color: white;
	fill: currentcolor;
}

