* {
    padding:0;
    margin:0;
}

body {
    background:rgb(240, 241, 255);
}

.atas {
    width:100%;
    height: 60px;
    background:rgb(22, 84, 177);
    box-shadow: 2px 2px 2px rgba(78, 78, 78, 0.8);
    position: fixed;
    z-index: 999;
}

marquee {
    background:;
    float:left;
    width:8%;
}

.log {
    color:white;
    float:right;
    font-family: calibri;
    font-weight: bold;
    background:rgb(58, 189, 124);
    padding:10px;
    border-radius:5px;
    box-shadow: 2px 2px 2px rgba(78, 78, 78, 0.8);
    margin:0.6%;
    margin-right:3%;
}

.dash {
    width:99%;
    height: auto;
    float:right;
    background:;
    margin:0.5%;
    margin-top:65px;
    border-radius: 3px  ;
    border-radius:3px;
    box-shadow: 2px 2px 2px rgba(236, 236, 236, 0.8);
}

.dash .h2 {
    font-family: calibri;
    color:rgb(19, 190, 133);
    font-weight: bold;
}

.bag {
    width:19%;
    height: 400px;
    background:rgb(255, 255, 255);
    border-radius:3px;
    margin:0.5%;
    float:left;
    box-shadow: 2px 2px 2px rgba(179, 179, 179, 0.8);
    transition: 0.3s;
}

.foto {
    width:96%;
    margin:2%;
    border-radius:3px;
    height: 200px;
}

.p {
    font-family: calibri;
    font-weight: bold;
    margin:2%;
}



.title {
    font-family: calibri;
    color:white;
    margin:1.2%;
    float:left;
    font-weight: bold;
    font-size: 120%;
}

table
    {
    border-collapse: collapse;
    width: 98%;
    text-align:left;
    color:rgb(70, 66, 66);
    margin:1%;
    font-family:calibri;
    background:white;
    
    }   
 
    table, th, td
    {
        border: 1px solid gainsboro;
        padding: 5px;
        font-size: 90%;
    }
    
    th
    {
        background-color:rgb(69, 149, 224);
        color:white;
    }
    
    tr:nth-child(odd)
    {
        background-color: Lavender;
    }


marquee {
    color:white;
    font-family: calibri;
    float:left;
    background:;
    width:89%;
    margin-top:1.5%;
    font-weight: bold;
}

.footer {
    width:100%;
    height: 150px;
    background:rgb(22, 84, 177);
    float:left;
    margin-top:2%;
    
}

.hre {
    border:2px solid orange;
}

.dash .pteks {
    text-align:left;
    font-family: calibri;
    font-weight: bold;
    color:rgb(65, 65, 65);
    font-size: 180%;
    margin:2%;
}


#nam {
    font-size: 260%;
    margin:2%;
}

.jumbo {
    font-family: calibri;
    border-radius:3px;
    text-align:center;
    background:rgb(255, 255, 255);
    color:slateblue;
    padding:10px;
    box-shadow: 2px 2px 2px rgba(194, 194, 194, 0.8);
    font-weight: bold;
    
}

.tamu {
    float:right;
    width:17%;
    margin-bottom: ;
}

.footer p {
    color:white;
    font-family: calibri;
    text-align: center;
    margin:1%;
}

.bag:hover {
    transform: scale(1.08);
    transition: 0.3s;
}

@media (max-width:768px){
    .atas .jud {
        margin-top:50%;
    }
}

.atas #mobile {
    display: none;
}

@media (max-width:768px){
    .atas #mobile {
        display: block;
    }

    .atas #desktop {
        display:none;   
    }
    
    .bag .foto {
        height:auto;
    }
    
    .bag {
        height:auto;
    }

    .atas .title {
        margin-top:5%;
    }
    .atas .log {
        margin-top:2.5%;
    }

    .jumbo {
        margin-bottom: -10%;
    }

    .tamu {
        display: none;
    }

    .dash {
        background:;
    }

    .dash .pteks {
        font-size: 100%;
        text-align:center;
    }

    .dash #nam {
        font-size: 120%;
    }

    .dash .bag {
        width:90%;
        margin:5%;
    }

    .footer p {
        font-size: 80%;
        margin:4.8%;
    }
}