body {
background-color: #e4ecf8;
}  

#Heading {
font-family: 'Bree Serif', serif;
font-size: 1.3rem;
top: 0;
left: 0;
z-index: 1;
position: fixed;  
background-color: #e4ecf8;
width: 100%;
height: 18vh;
text-align: center;  
}

h1 {
font-family: 'Bree Serif', serif;
text-align: center;
color: green;  
}

#answer {
font-family: 'Signika Negative', sans-serif;
font-size: 1.4rem;
padding-right: 20px;
padding-left: 20px;  
}

#summary {
font-family: 'Signika Negative', sans-serif;
font-size: 1.4rem;
padding-left: 3vw;
padding-right: 3vw;  
}

img {
border-radius: 50%;
display: block;
margin-right: auto;
margin-left: auto;  
}

#Players {
font-family: 'Signika Negative', sans-serif;
font-size: 1.2rem;
font-weight: normal;  
}

#Brand {
font-family: 'Signika Negative', sans-serif;
font-size: 1.4rem;
font-weight: normal;
padding-left: 5vw;
padding-right: 5vw;  
}

#links {
font-family: 'Signika Negative', sans-serif;
color: blue;
font-size: 1.2rem;
font-weight: normal;
text-align: center;  
}