
body{
    background-color: rgb(0, 50, 150);
}
#artpast{
    font-family: 'Artpast';
}
.mid-h{
    text-align: center;
}
a{
    text-decoration: none;
    color: white;
}
button{
    cursor: pointer;
}
/* tampilan hp */
@media(max-width:768px){
    .btn-top button{
        font-family: 'Artpast';
    }
    .container-atas{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        align-items: center;
    }
    .btn-top{
        text-align: end;
    }
    .btn-top button{
        font-family: 'Artpast';
        background-color: yellowgreen;
        border: 2px solid yellowgreen ;
        border-radius:5px;
        padding: 5px 10px;
        text-align: end;
    }
    .btn-top button:hover{
        background-color: rgb(170, 255, 0);
        color: white;
        border: 2px solid rgb(170, 255, 0) ;
    }
    #login{
        background:none;
    }
    .logo{
        font-family: 'Artpast';
    }
    .logo img{
        width: 120px;
    }
    .cont-info{
        text-align: center;
        background-color: aliceblue;
        padding: 2px 0px;
        border-radius: 40px;
        margin-top: 30px;
    }
    .toa{
        position: absolute;
        margin-left: 10px;
        margin-top: 10px;
        align-items: center;
    }
    .toa img{
        width: 30px;
    }
    .toa-katakata{
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        color: rgb(79, 79, 79);
    }
    .mid-img{
        display: flex;
        margin-top: 20px;
        justify-content: center;
        align-items: center;
    }
    .mid-img img{
        width: 100%;
        max-width: 300px;
    }
    .mid-h h1{
        letter-spacing: 4px;
        color: white;
        margin: 0px;
    }
    .mid-h h2{
        text-align: center;
        color:yellowgreen ;
        letter-spacing: 5px;
        margin: 0px;
        font-size: 35px;
    }
    .link-show{
        background-color: white;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        align-items: center;
        border-radius: 20px;
        padding:5px 0px;
    }
    .link-show1{
        display: flex;
        align-items: center;
        justify-content: start;
        margin-left: 10px;
    }
    .link-show1 img{
        background-color: rgb(0, 50, 150);
        width: 30px;
        padding: 3px;
        border-radius: 10px;
    }
    .link-show2{
        align-items: center;
        justify-content: center;
    }
    .link-show3{
        display: flex;
        align-items: center;
        justify-content: end;
        margin-right:10px ;
    }
    .link-show3 button{
        display: flex;
        align-items: center;
        background-color: rgb(0, 50, 150);
        border: none;
        letter-spacing: 2px;
        gap: 3px;
        border-radius: 10px;
        padding: 5px;
    }
    .link-show3 button:hover{
        background-color: rgb(0, 85, 255);
        color: white;
    }
    .link-show3 img{
        width: 30px;
    }
    .content{
        text-align: center;
        font-size: large;
        color: white;
    }
    .icon{
        position: fixed;
        right: 0%;
        top: 50%;
    }
    #icon-telegram{
        position: absolute;
        width: 60px;
        right: 2%;
        top: 100%;
    }
    #icon-rtp{
        width: 100px;
        position: relative;
        margin-right: 5px;
    }
}
/* tampilan pc */
@media(min-width:769px){
    .container-atas{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        align-items: center;
    }
    .btn-top{
        text-align: end;
    }
    .btn-top button{
        font-family: 'Artpast';
        background-color: yellowgreen;
        border: 2px solid yellowgreen ;
        border-radius:5px;
        padding: 10px 20px;
    }
    .btn-top button:hover{
        background-color: rgb(170, 255, 0);
        color: white;
        border: 2px solid rgb(170, 255, 0) ;
    }
    #login{
        background:none;
    }
    .logo{
        font-family: 'Artpast';
    }
    .logo img{
        width: 180px;
    }
    .cont-info{
        text-align: center;
        background-color: aliceblue;
        padding: 2px 0px;
        border-radius: 40px;
        margin-top: 40px;
    }
    .toa{
        position: absolute;
        margin-left: 20px;
        margin-top: 10px;
        align-items: center;
    }
    .toa img{
        width: 30px;
    }
    .toa-katakata{
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        color: rgb(79, 79, 79);
    }
    .mid-img{
        display: flex;
        margin-top: 20px;
        justify-content: center;
        align-items: center;
    }
    .mid-img img{
        width: 100%;
        max-width: 700px;
    }
    .mid-h h1{
        letter-spacing: 4px;
        color: white;
        margin: 0px;
    }
    .mid-h h2{
        text-align: center;
        color:yellowgreen ;
        letter-spacing: 5px;
        margin: 0px;
        font-size: 50px;
    }
    .link-show{
        background-color: white;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        align-items: center;
        border-radius: 20px;
        padding:5px 0px;
    }
    .link-show1{
        display: flex;
        align-items: center;
        justify-content: start;
        margin-left: 20px;
    }
    .link-show1 img{
        background-color: rgb(0, 50, 150);
        width: 30px;
        padding: 3px;
        border-radius: 10px;
    }
    .link-show2{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .link-show3{
        display: flex;
        align-items: center;
        justify-content: end;
        margin-right:20px ;
    }
    .link-show3 button{
        display: flex;
        align-items: center;
        background-color: rgb(0, 50, 150);
        border: none;
        letter-spacing: 2px;
        gap: 3px;
        border-radius: 10px;
        padding: 5px;
    }
    .link-show3 button:hover{
        background-color: rgb(0, 85, 255);
        color: white;
    }
    .link-show3 img{
        width: 30px;
    }
    .content{
        text-align: center;
        font-size: large;
        color: white;
    }
    .icon{
        position: fixed;
        right: 0%;
        top: 50%;
    }
    #icon-telegram{
        position: absolute;
        width: 60px;
        right: 2%;
        top: 100%;
    }
    #icon-rtp{
        width: 100px;
        position: relative;
        margin-right: 5px;
    }
}
.copyright a,
.copyright{
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: small;
}
.copyright{
    margin-top: 40px;
}