@font-face { font-family: "Poiret One"; src: URL("PoiretOne-Regular.ttf") format("truetype"); } body { background-color: lightgreen; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .row { margin: 0; } #header { margin-top: 50px; text-align: center; font-family: "Poiret One", cursive; font-size: 50px; color: #545454; } #main-ul { list-style: none; padding: 0; width: 100%; margin-top: 20px; } .sb-li { display: inline-block; width: 50%; float: left; } .sb-ul { list-style: none; width: 100px; margin-left: auto; margin-right: auto; padding: 20px; } .sb-li2 { text-align: center; width: 100px; height: 30px; color: white; font-size: 30px; margin-top: 5px; } .sb-li2:first-child { font-family: "Poiret One", cursive; } .clickable { cursor: pointer; } #pomodoro-clock { background-color: lightblue; border: 2px solid black; border-radius: 30px; cursor: pointer; } #progress { margin-top: 50px; width: 80%; margin-left: auto; margin-right: auto; } #timer { text-align: center; } #state { text-align: center; } @media (max-width: 800px) { body { min-width: 800px; } }