

@font-face {
  font-family: 'pixel';
  src: url('Cairopixel.ttf') format('truetype');
}
body {
    background-color: rgb(161, 172, 212);
    font-family: 'pixel', sans-serif;
}





div.info.card {
    margin: 0;
   min-height: min-content;
    background-color: rgb(218, 254, 255);
    background-size: cover;
    background-position: 500 px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
