body {
    background: black;
    color: white;
  }

header{
    text-align: center;
    /* CSS Box */
    border: 5px solid #eaeff5;
    padding: 1em;
}

h1 {
  font-family: "Emblema One", system-ui;
}

h2, .centered-content {
    text-align: center;
}

h4 {
  font-size: 20px;
}

p, ul, ol {
  font-family: "Roboto", sans-serif;
}


#myname {
    font-family: "Permanent Marker", cursive;
    font-size: 18px;
  }

/* Style For Card Suit Symbol Dividers */
.suit {
  color: red;
  font-size: 24px;
}

/* list title */
.lt{
  font-weight: bold;
}

.sections {
    border: 5px solid #eaeff5;
    padding: 20px;
}

/* .centeredimg{ */
img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 425px;
  height: auto;
  object-fit: contain;
  /* border: 50px solid #eaeff5; */
  /* border-left: 50px solid black; */
  transition:transform 0.25s ease;
}

img:hover {
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
}

#choicejust{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    position: relative; 
    display: inline-block; 
    padding-left: 1em; 
    left: 50%; 
    transform: translateX(-50%); 
}

#math{
  p{
    font-size: 14px;
  }
}