*{
    margin: 0;
    padding: 0;
}
.Cantiner{
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}
.DackImage{
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #9DC08B;
    background: linear-gradient(0deg, #9dc08b 0%, #9dc08b 50%, #40513b 100%);
}
.DivH1{
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    width: 80%;
    height: auto;
    padding: 0em;
    font-size: 2.5em;
    font-weight: 1000;
    text-shadow: 0 0 0.5em #609966 , 0 0 0.5em #609966 , 0 0 0.5em #609966;
    /* background-color: aliceblue; */
}
.DivTime{
    position: relative;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: right;
    flex-wrap: wrap;
    flex-direction: column;
    width: 80%;
    height: auto;
    /* background-color: aliceblue; */
    padding: 1em;
    font-size: 1em;
}
.AskTime{
    position: relative;
    display: flex;
    align-items:end;
    text-align: right;
    justify-content: right;
    flex-wrap: wrap;
    flex-direction: column;
    width: 80%;
    height: auto;
    /* background-color: aliceblue; */
    font-size: 1.5em;
    color: rgb(0, 0, 0);
}

.TitelTime{
    position: relative;
    display: flex;
    align-items:end;
    text-align: right;
    justify-content: right;
    flex-wrap: wrap;
    flex-direction: column;
    width: 80%;
    height: auto;
    /* background-color: aliceblue; */
    font-weight: bolder;
    color: rgb(0, 0, 0);
}
.OpenOrClods{
    display: flex;
    align-items:baseline;
    text-align: left;
    justify-content: left;
    font-size: 2em;
    width: 80%;
    height: auto;
    /* background-color: aliceblue; */
    font-weight: 900;
    text-shadow: 0 0 0.5em #609966 , 0 0 0.5em #609966 , 0 0 0.5em #609966;
}
.CantinerImage{
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 90%;
    max-width: 600px;
    height: 200px;
    border-radius: 25px;
    box-shadow: 0 0 15px 5px #40513B;
    border: 0.2em solid #609966;
}
.UrlImage{
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-size: cover;
    background-position: center;
background-image: url(mapsobali.png);
}.UrlImage img{
    border-radius: 25px;
}
.LinkText{
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 90%;
    max-width: 600px;
    height: auto;
    color: rgb(0, 0, 0);
    font-size: 1.5em;
    text-shadow: 0.1em 0.1em 0.5em rgb(255, 255, 255) , 0.1em 0.1em 0.5em rgb(255, 255, 255) ,0.1em 0.1em 0.5em rgb(255, 255, 255);
    text-decoration: none;
    font-weight: 900;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media (min-width:900) {
    .Cantiner{
        position: absolute;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-image: url(mapsobali.png);
    }
    .DackImage{
        position: relative;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        flex-direction: row;
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(12,170,5,0.75) 50%, rgba(0,0,0,1) 100%);
    }
    .DivH1{
        position: relative;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-evenly;
        width: 80%;
        height: auto;
        padding: 0em;
        font-size: 4em;
        font-weight: 1000;
        text-shadow: 0 0 0.5em white , 0 0 0.5em white , 0 0 0.5em white;
        /* background-color: aliceblue; */
    }
    .DivTime{
        position: relative;
        display: flex;
        align-items: center;
        text-align: right;
        justify-content: right;
        flex-wrap: wrap;
        flex-direction: column;
        width: 80%;
        height: auto;
        /* background-color: aliceblue; */
        padding: 1em;
        font-size: 1.5em;
    }
    .AskTime{
        position: relative;
        display: flex;
        align-items:end;
        text-align: right;
        justify-content: right;
        flex-wrap: wrap;
        flex-direction: column;
        width: 80%;
        height: auto;
        /* background-color: aliceblue; */
        font-size: 1.5em;
        color: white;
    }
    
    .TitelTime{
        position: relative;
        display: flex;
        align-items:end;
        text-align: right;
        justify-content: right;
        flex-wrap: wrap;
        flex-direction: column;
        width: 80%;
        height: auto;
        /* background-color: aliceblue; */
        font-weight: bolder;
        color: white;
    }
    .OpenOrClods{
        display: flex;
        align-items:baseline;
        text-align: left;
        justify-content: left;
        font-size: 4em;
        width: 80%;
        height: auto;
        /* background-color: aliceblue; */
        font-weight: 900;
        text-shadow: 0 0 0.5em white , 0 0 0.5em white , 0 0 0.5em white;
    }
    .CantinerImage{
        position: relative;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        width: 90%;
        max-width: 600px;
        height: 400px;
        background-color: aliceblue;
        border-radius: 25px;
        box-shadow: 0 0 15px 5px white;
        border: 0.2em solid white;
    }
    .UrlImage{
        width: 100%;
        height: 100%;
        border-radius: 25px;
        background-size: cover;
        background-position: center;
    background-image: url(mapsobali.png);
    }
    .LinkText{
        position: relative;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        width: 90%;
        max-width: 600px;
        height: auto;
        color: rgb(0, 0, 0);
        font-size: 2em;
        text-shadow: 0.1em 0.1em 0.5em rgb(255, 255, 255) , 0.1em 0.1em 0.5em rgb(255, 255, 255) ,0.1em 0.1em 0.5em rgb(255, 255, 255);
        text-decoration: none;
        font-weight: 900;
        margin-top: 1em;
        margin-bottom: 1em;
    }
}