@charset "utf-8";
/* Falling snow effect from
https://www.kirupa.com/html5/the_falling_snow_effect.htm*/

#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}
.snowflake:hover {
    cursor: default;
}

body {
  border-left: 1px solid rgb(51, 51, 51);
  border-right: 1px solid rgb(51, 51, 51);
  }



body > header {
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


body > header nav.tabs li:hover {
  background-color: rgb(64, 64, 64);
}


video{
 padding-left: 25px}


section#center article {
  background: radial-gradient(red, black 100%, rgb(151, 151, 151));
  border: 1px solid rgb(151, 151, 151);
  border-radius: 25px;

}
