*{
    font-family: "Pixelify Sans";
}
body {
    margin: 0;
    background-color: var(--biru2);
    color: white;
}

header {
    background-color: var(--biru1);
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-size: 1.2rem;
    border-bottom: 10px dashed var(--biru2);
}
footer {
    margin-bottom: 40px;
}
main{
    margin:35px;
}
.back-button {
    background-color: #0000ff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 40px;

}
.back-button:hover{
    background-color: var(--biru1);
}
.judul{
    color: var(--hijau1);
    text-align: center;
    font-size: 130px;
    -webkit-text-stroke: 0.01px var(--biru2);
}
.team{
    padding: 15px;
    margin-right: 40px;
    width: 190px;
    height: 350px;
    border: 2px solid var(--kuning);
    border-radius: 20px;
    background-color: white;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.name{
    font-size: 15px;
    color: black;
}
.foto{
    width: 140px;
    height: 150px;
    border: 1px solid var(--kuning);
    border-radius: 20px;
}
.wrapper-team{
    display: flex;
}
.icon{
    position: absolute;
    top: 30px;
    left: 10px;
    width: 20px;
    margin: 0;
}
.top {
    position: absolute;
    top: 8px;
    left: 8px;
    margin: 0;
    color: black;
    font-size: 16px;
}
.icon-wrapper {
    position: absolute;
    bottom: 8px;
    right: 8px;
    text-align: right;
}

.bottom {
    position: absolute;
    bottom: 30px;
    right: 10px;
    margin: 0;
    transform: rotate(180deg);
    font-size: 16px;
    color: black;
}

.iconb {
    position: absolute;
    bottom: 8px;
    right: 10px;
    width: 20px;
    transform: rotate(180deg);
    margin: 0;
}

.team1,
.team2,
.team3,
.team4,
.team5,
.team6{
    margin-top: 20px;
    display: none;
}

.heart1,
.heart2,
.heart3,
.heart4,
.heart5,
.heart6{
    width: 135px;
    margin-top: 35px;
    margin-bottom: 35px;
    margin: 80px auto;
    display: block; 
}
.heart1:hover,
.heart2:hover,
.heart3:hover,
.heart4:hover,
.heart5:hover,
.heart6:hover{
    cursor: pointer;
}
.team1:hover,
.team2:hover,
.team3:hover,
.team4:hover,
.team5:hover,
.team6:hover{
    cursor: pointer;
}
#tutorial{
    font-size: 70px;
    position: absolute;
    background-color: gray;
    margin-top: 100px;
    margin-left: 420px;
    z-index: 10;
}
.deskripsi{
    font-size: 20px;
    text-align: center;
}
.ourteam{
    margin: 50px;
    font-size: 50px;
    text-align: center;
}
.wrapper-team{
    margin-left: 80px;
}
.link1,.link2,.link3,.link4,.link5,.link6{
    display: none;
}
.namanya{
    display: block;
}
.ok{
    display: block;
}