body {
    font-family: sans-serif;
    color: white;
    background-color: black;
}

h1 {
    font-family: 'Franklin Gothic Medium';
    font-size: 70px;
    color: rgb(203, 0, 0);
}

p {
    font-size: 20px;
    text-align: center;
    margin: auto;
    padding: 25px;
    color: white;
}

img {
    width: 500px;
    margin: 10px;
    border: double rgb(192, 0, 0) 15px;
}

a {
    color: rgb(205, 3, 3);
    font-size: 20px;
}

.cont {
  display: grid;
  place-items: center;
  height: 100vh;

}