.days, .hours, .minutes, .seconds
{
    font-size: 60px;
    margin: 0;
    font-family: "Timer";
    color: rgb(188, 188, 188);
    font-weight: 500;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.timetext
{
    color: rgba(166, 163, 163, 0.53);
    font-family: "text";
    font-size: 30px;
    font-weight: 300;
    margin-top: -20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.timesection
{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    padding: 0px 0px 10px 120px;
    width: 100px;
}
section p 
{
    font-family: "text";
    font-size: 30px;
}
#bigone
{
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    padding: 0px 0px 0px 175px;
}
#smallone
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
#info
{
    display:flex;
    flex-direction: row;
	margin: 12px 0px 0px 60px;
}
#info section
{
    font-family: "Bebas Neue",sans-serif;
    width: fit-content;
    padding: 6px;
    padding-right: 10px;
    margin-bottom: 10px ;
    color: rgb(188, 188, 188);
    font-size: 15px;
}

textarea:focus, input:focus{
    outline: none;
}
