body {
    background-color: #1C1B1B;
}



.home p {
    color: White;
    top: -20px;
    left: 20px;
    position: absolute;
    font-weight: bolder;
    text-decoration-line: underline;
    font-size: 2vw;
}

.home {
    position: relative;
    width: 100%;
    height: auto;
}

.home img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5%;
}

.home h4 {
    position: absolute;
    top: 35%;
    left: 30%;
    color: white;
    font-weight: bolder;
    font-style: italic;
    font-size: 1vw;
}

.home h1 {
    position: absolute;
    top: 40%;
    left: 30%;
    color: white;
    font-weight: bolder;
    letter-spacing: 5px;
    line-height: normal;
    font-size: 2vw;
}

.home h3 {
    position: absolute;
    top: 90%;
    right: 10%;
    color: white;
    font-size: 1vw;
}

.home .img2 {
    position: absolute;
    top: 92%;
    right: 5%;
    width: auto;
    height: 3vw;
}

.home .ban {
    background-color: #1C1B1B;
}

.info {
    display: grid;
    padding-top: 40px;
    grid-template-columns: [leftside] 15% [Picture] 30% [space] auto [text] 30% [rightside] 15%;
    transition: opacity 1s ease-in-out;
}

.info2 {
    display: grid;
    grid-template-columns: [leftside] 20% [Picture] 25% [space] auto [text] 30% [rightside] 20%;
    transition: opacity 1s ease-in-out;
    padding-top: 5%;
}

.info2 p {
    color: white;
    font-size: 1.5vw;
}

.info img {
    width: 100%;
    display: block;
    height: auto;
}

.info p {
    color: white;
    font-size: 3vw;
    font-weight: bold;

}

h1 {
    color: white;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3vh;
}

.round-image {
    border-radius: 30%;
    width: 100%;
    height: 100%;
}

.banner-history {
    height: 5%;
    width: auto;
}

.source ul li {
    padding-left: 20%;
    padding-right: 20%;
    list-style: none;
    color: white;
    font-size: 1vw;
    line-height: 5vw;
}

.source ul li a {
    color: white;
}