/*!
Theme Name: clocks
Theme URI: http://underscores.me/
Author: Oleg Burakov
Author URI: olegburakovmail@gmail.com
*/

html{

}
body{
  margin: 0;
  padding: 0;

  background-color: rgb(3, 3, 3);
  min-height: 100vh;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}