

@font-face {
  font-family: "Selectric";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("font/selectric/selectricmono.woff") format("woff");
 }

h1{font-family: "Selectric";
}

body { 
    background-color: rgb(186, 204, 243);
    margin: 40px;
}

p {
    display: none;
    position: fixed;
    width: 50%;
    background: black;
    color: white;
    top: 50px;
    right: 50px;
    text-align: center;
    font-size: 2em;
    font-family: "Selectric";
    pointer-events: none;
}

article:hover p {
    display: block;
    color: rebeccapurple;
}

time {
    margin: 0 0 10px ;
    display: block;
    padding: 20px;
    border: 1px dashed;
}

img {
  width: 50%;
}
