.title{
    text-align: center;
    margin-bottom: 0px;
    margin-top: 40px;
}

.bold{
    font-weight: bold;
}

.left_col{
float: left;
width: 40%;
}

.right_col{
float: right;
width: 60%;
text-align: center;
}

.fortnite{
    background-color: aliceblue;
    padding: 0 20px;
}

a.menu:link {color: black;}
a.menu:visited {color: black;}
a.menu:hover {color: blue;}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .left_col, .right_col {
        float: none;
        width: 100%;
    }
    
    .right_col {
        margin-top: 20px;
    }
    
    .right_col img {
        width: 90% !important;
        max-width: 400px;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }
    
    .title {
        font-size: 1.8em;
    }
    
    h2 {
        font-size: 1.4em;
    }
    
    h4 {
        font-size: 1.1em;
    }
    
    table {
        font-size: 0.9em;
    }
    
    .right_col img {
        width: 100% !important;
    }
}
