body {
background-image: url(Accessori/angsax.jpg);
margin: auto;
max-width: 1000px;
border-style: double;
border-width: 10px;
font-family: Comic sans Ms;
padding: 10px; 
}
@font-face {
font-family: Comic sans Ms;
src: url(Comic_sans_Ms/ComicSansMS3.ttf);
}
h1, h2, h3 {
text-align: center;
}

.btn {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
    .but {
        border-radius: 12px;
    }
    a {
  text-decoration: none;
    }
	
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}