img {
    width: 200px;
}
body {
    text-align: justify;
    font-family:Georgia, 'Times New Roman', Times, serif;
    background-color: #FFD4E4;
    color:#AD0036
}
.row {
    display:flex;
}
.col {
    display:flex;
}
h1 {
    text-align: center;
}
html {
    scroll-behavior: smooth;
}
a { color: white; }
a:visited {color: #a36c81;}
a:hover {color:deeppink;}

button {
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey,
    inset 2px 0px #dfdfdf;
  border-radius: 0px;
  background: #c9c9c9;
  display: inline-block;
  width: auto;
  text-decoration: none;
  padding: 5px;
  line-height: 1;
   font-family: ms-sans-serif;
}

  @font-face {
  font-family: ms-sans-serif;
  src: url(https://dl.dropbox.com/s/ngpec1t1x4ceksb/ms-sans-serif.ttf);
}
