* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

.navbar {
    display: flex;
    align-items: center;
    padding: 20px;
}

.logo {
    min-width: 250px;
}

nav {
    flex: 1;
    text-align: right;
}

nav ul {
    display: inline-block;
    list-style-type: none;
}

nav ul li {
    display: inline-block;
    margin-right: 20px;
}

a {
    text-decoration: none;
    color: #555;
}

p {
    color: #555;
}

.container {
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.col-2 {
    flex-basis: 50%;
    min-width: 300px;
}

.col-2 h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
}

.btn {
    display: inline-block;
    background: #be1919;
    color: #fff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;
}

.btn:hover {
    background: #563434;
}

.footer {
    background: black;
    color: #8a8a8a;
    font-size: 14px;
    padding: 60px 0 20px;
}

.footer p {
    color: #8a8a8a;
}

.footer h3 {
    color: #fff;
    margin-bottom: 20px;
}

.footer-col-1, .footer-col-2, .footer-col-3 {
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-col-1 {
    flex: 1;
    text-align: left;
}

.footer-col-1 img {
    width: 250px;
    margin-bottom: 20px;
}

.footer-col-2 {
    flex-basis: 12%;
    text-align: center;
}

.footer-col-3 {
    flex-basis: 12%;
    text-align: center;
    margin-bottom: 40px;
}

ul {
    list-style-type: none;
}

.footer hr {
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0;
}

 .copyright {
    text-align: center;
}



.header h2{
    background: black;
    color: rgb(255, 255, 255);
    font-size: 54px;
    padding: 50px 0 10px;
    text-align: center;
}

.description h3{
    text-align: center;
    margin-top: 15px;
}

.description p{
    margin-top: 10px;
    text-align: left;
    margin-left: 10px;
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.howtoplay h4{
    font-size: large;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    margin-left:10px ;
}

.howtoplay ol li{
    margin-left: 25px;;
    margin-top: 10px;
}

.howtoplay p{
    margin-top: 30px;;
    margin-left: 10px;
}

.howtoplay a{
    margin-top: 30px;;
    margin-left: 10px;
}