/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
/* Grey Spinning Frozen Snowflake - https://www.cursors-4u.com/cursor/grey-spinning-frozen-snowflake */
*
 {
  cursor: url('https://cdn.cursors-4u.net/css-previews/grey-spinning-frozen-snowflake-de69c5a0-css.webp') 0 0, auto !important;
}
/* End www.Cursors-4U.com Code */

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}
  
  body {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 900px;
  position: relative;
  top: 25px;
  right: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: ms pgothic;
  font-size: 14px;
  overflow-x: hidden;
  filter: drop-shadow(2px 2px 10px black);

}
#menu{
    width:250px;
}

.button{

    display:block;

    margin-bottom:10px;

    padding:12px;

    background:#3d3d3d;

    color:white;

    text-decoration:none;

    border:2px solid #666;

    font-family:Arial, Helvetica, sans-serif;

    transition:0.2s;
}

.button:hover{

    background:#5b5b5b;

}

