.bg1{
   background-image: url(https://static1.dualshockersimages.com/wordpress/wp-content/uploads/2023/08/2023083009422200-5cb89ecce6346777f68c471954f44457-1.jpg);
   background-attachment: fixed;
   background-size: cover;
   background-position: center;
   justify-items: center;
   padding-bottom: 60px;
}
.header{
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
}
.button-container{
    display: flex;
    gap: 20px;
    padding: 20px;
}
.button{
    background-color: #feffff;
    color: hsl(214, 65, 11);
    padding: 20px 30px;
    border-radius: 15px;
    cursor: pointer;
    font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}
.button:hover{
    background-color: #0A1A2F;
    color: #feffff;
}
*{
    margin: 0;
}
.card{
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    max-width: 500px;
    margin-top: 100px;
    border-radius: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: 2px 2px;
    border: 2px dashed whitesmoke;
}
h1,h2,h3,p{
    font-family: "outfit";
}
#margin{
    margin-top: 10px;
}
table {
        border-collapse: collapse;
        width: 100%;
    }

    th,
    td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
    tr:hover {background-color: #3a5237;}
.bg2{
    background-color:#77a873;
    padding-top: 50px;
}
#justify{
    justify-items: center;
}
#name{
    font-family: "EB Garamond";
}
.h3{
    font-family: 'Comic Sans MS';
}
h4{
    font-family: "outfit";
}
#margin2{
    margin-top: 50px;
}
.why{
    text-align: center;
}
footer {
    background-color: black;
    color: white;
    display: flex;
    gap: 50px;
}