body{
    background-image: url('img/stars.png');
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

p{
    font-family: 'Times New Roman', Times, serif;
    color: white;
}

h1, h2, h3, h4{
    font-family: 'Times New Roman', Times, serif;
    color: white;
}

table, th, td {
    border: 1px solid rgb(253, 252, 252);
    color: white;
    border-collapse: collapse;
    
  }

th{

    background-color: rgb(116, 116, 116);
}


.char{
    gap: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}


.textnear{
    display: block;
    max-width: 800px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


.logo{
    font-family: 'Comic Sans MS', cursive;
    font-size: 60px;
}