body {
    background-color: black;    
    text-align: center;
    color: rgb(255, 255, 255);
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
    box-sizing: border-box;
    border: 10px solid white;
    padding: 20px;
    border-radius: 10px;
    margin: 50px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-style: italic;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
}

.button {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(0, 162, 255);
    color: white;
    border: 2px solid transparent;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 20px;
}

#packs {
    border: none;
    padding: 0;
    background-color: transparent;
}

img {
    width: 350px;
    height: auto;
    margin-top: 20px;
    cursor: pointer;
    
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    padding-top: 0px;
}

#resetbtn {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color: rgb(255, 0, 0);
    border: 2px solid transparent;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: 1000;
    font-size: 20px;
}

img:active {
    transform: scale(0.95);
}

#colorchange {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color: rgb(105, 202, 105);
    border: 2px solid transparent;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: 1000;
    font-size: 20px;
}