h1 {
    font-family: "Josefin Sans", sans-serif;
    color: white;
    font-weight: 300;
    font-size: 28pt;
}

h2 {
    font-family: "Josefin Sans", sans-serif;;
    color: white;
    font-weight: bold;
    font-size: 25px;
}

h3 {
    font-family: "Josefin Sans", sans-serif;;
    color: white;
    font-size: 25px;
}

p {
    font-family: "Noto Serif";
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.p_id {
    color: white;
}

.pos {
    position: fixed;
    overflow: auto;
}

.img {
    width: 100%;
    height: auto;
    border: 0pt solid;
    border-radius: 10pt;
    margin-left: auto;
    margin-right: auto;
}

.solino {
    width: 100%;
    height: auto;
    max-width: 100pt;
    max-height: 100pt;
    border: 0pt solid;
    margin-left: auto;
    margin-right: auto;
}

.imgid {
    max-width: 200pt;
    border: 0pt solid;
    border-radius: 50%;
    border-color: transparent;
}

button {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 800;
    cursor: pointer;
    padding: 10pt 15pt;
    border: 0px solid;
    border-radius: 25px;
    color: white;
    background-color: #b34433;
    transition-duration: 0.5s;
    outline: none;
}

.indexdiv {
    padding: 10pt;
    background-image: url("https://aliswh.github.io/img/indexbackground.jpg");
    background-size: cover;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.id_div {
    padding: 16pt;
    border: 0px solid;
    border-radius: 15px;
    background-image: linear-gradient(to bottom, #b34433, #c74e71, #c06bac, #a28dd9, #699eec);
    float: left;
    width: 15%;
    margin-right: 16pt;
    margin-left: 16pt;
}

.aboutme_div{
    width: 100%;
    float: left;
}

.title_div {
    width: 100%;
    float: left;
    text-align: center;
}

.list_div {
    width: 30%;
    float: left;
    height: 100vh;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.list_div::-webkit-scrollbar {
    display: none;
}

.card {
    width: 80%;
    height: auto;
    border: 0px solid;
    border-radius: 25pt;
    border-color: transparent;
    padding: 16pt;
    margin-bottom: 16pt;
    -moz-box-shadow: 2px 2px 10px #1C4078;
    -webkit-box-shadow:2px 2px 10px #1C4078;
    box-shadow: 2px 2px 10px #1C4078;
}

button:hover {
    background-color: #c06bac;
    color: aliceblue;
}

object {
    width: 40%;
    height: 95vh;
    display: none;
    border: 0px solid;
    border-radius: 25pt;
    border-color: transparent;
}

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

.indexlink {
    text-decoration: none;
    color: #b34433;
}

/* For Mobile */

@media screen and (min-width: 200px) and (max-width: 1024px) {
    .id_div {
        height: 30%;
        width: auto;
        margin-right: 0pt;
        margin-bottom: 16pt;
        text-align: center;
        background-image: none;
        border: 0pt;
    }

    .list_div {
        width: 100%;
        min-height: 100%;
    }

    .card{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        border: 0px solid;
        border-radius: 25px;
    }

    .aboutme_div{
        width: 45%;
        border: 0px solid;
        border-radius: 25px;
        background-image: linear-gradient(to bottom, #b34433, #c74e71, #c06bac);
        margin-left: 4%;
        padding: 5pt;
    }

    .indexlink {
        color: #24559e;
    }
    
    .title_div {
        width: 45%;
    }

    .imgid {
        border: 3pt solid;
        border-color: #a28dd9;
    }

    .indexdiv {
        background-image: linear-gradient(to bottom, #0051B6, #8baed8);
    }

    .web_id {
        width: 0%;
        display: none;
    }
}

.body_index {
    overflow: hidden;
    margin: 0pt;
    min-height: 100%;
    width: 100%;
}

.body_page {
    background-color: white;
    overflow: hidden;
    margin: 0pt;
    height: 100%;
}

html {
    height: 100%;
}
