    body {
        font-size: 16px;
        font-weight: normal;
        color: #000 !important;
        margin: 0;
        padding: 0;
    }
    
    .home-bg {
        overflow: hidden;
        background: url(../img/ForgeArena.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        height: 100vh;
    }
    
    .home-main img {
        max-width: 100%;
    }
    
    .desktop-fram img {
        max-width: 100%;
    }
    
    .home-main {
        height: 100vh;
        position: relative;
        overflow: hidden;
    }
    
    .computer {
        position: absolute;
        text-align: center;
        width: 100%;
        max-width: 1140px;
        padding: 20px 50px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .desktop-fram {
        position: absolute;
        bottom: 20px;
        text-align: center;
        width: 100%;
        left: 50%;
        transform: translate(-51%, 0%);
    }