body {background-color: black;}

#a {
    width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-top: 100px;
    text-align: center;
}


img {
    background-color: white; 
    height: 100%; 
    border-style: dotted; 
    border-width:20px;
    margin:auto;
    display: block;
}

h1{text-transform: uppercase; height: 3rem; color: white}
p{  font-family: "Libre Baskerville", serif; color: white;}