@font-face {
    font-family: 'Pixel-Reg'; 
    src: url(' Fonts/DePixelBreit.ttf'); 
}

body {
  background-color: #E1F5F7;
  color: #161A38;
  font-family: "Pixel-Reg";
  margin:auto;
  padding:10%;
}

.Hammer{
  border:none;
  margin:auto;
  display:flex;
  flex-direction:column;
  max-width:1000px;
  max-height:800px;
  justify-content:center;
  align-content:center;
}
.Hammer img{
  margin:auto;
  width:50%;
  border:none;
}
.Hammer .p{margin:auto;}