@font-face {
    font-family: new_font;
    src: url('fonts/Supercell-Magic\ Regular.ttf');
}

h1,
h2{
    font-size: 20pt;
    font-family: new_font;
    text-align: left;
}

p{
    font-size: 10pt;
    font-family: new_font;
}

nav {
    text-align: center;
    background: #FCB658;
    box-shadow: 0 10px 20px #FED88D;
    border: white;
    border-radius: 20px;
}

hr{
    color: white;
}
nav a {
    color: black;
    margin: 0 30px;
    font-size: 24pt;
    text-decoration: none;
}

nav a:hover{
    color: #FED88D    ;
}

body{

    background-color: lightblue;
    margin: 0;
    min-width: 1000px;
    text-align: left;
    color: black(255, 255, 255);
    width: 600px;
    margin: 30px auto;
    padding: 30px;
    border: 3px solid white;
    border-radius: 20px;
}


html{
    color: black;
    background: #333333 url('Images/maxresdefault.jpg');
}

html {
    background-image: url('Images/home\ page.jpg');
}

.left-img{
    float: left;
    width: 400px;
    margin-right: 20px;
    border: 2px solid white;
}

li {
    font-family: new_font;
    font-size: 15pt;
}

.cards {
    font-size: 20pt;
}

.card-label {
    text-align: center;  
  }
  .card-label .wildcard {
    vertical-align: middle;  
    margin-right: 5px;       
  }
  .card-label span {
    vertical-align: middle;  
  }

.image {
    text-align: center;
}

h4{
    font-family: new_font;
    font-size: 30pt;
}