* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body{
    height: 100vh;
    width: auto;
    background-color: rgba(255, 255, 255, 0.164);
}
.container{
    display: flex;
    flex-direction: column;
    flex: 1;
}
footer{
    background-color: #1f2937;
}
a{
    text-decoration-line: none;
    color: white;
}
li{
    list-style: none;
    font-size: 45px;
    font-weight: 900;
}
li#subtext{
    font-size: 15px;
    font-weight: 400;
}

/*container-1*/
.container-1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    color: white;
    background-color: blue;
    padding: 60px;
    margin-top: -50px;
    margin-left: -8px;
    margin-right: -8px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
}
.container-1 button{
    color: white;
    font-size: 10px;
    border-radius: 5px;
    border-color: rgb(0, 140, 255);
    background-color: rgb(0, 140, 255);
    border-style: solid;
    font-weight: 900;
    width: 80px;
    height: 25px;
}
.header-1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 100px;
}
.header-atas-1{
    font-size: 18px;
    font-weight: 800;
}
.header-bawah-1{
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    align-items: flex-start;
    gap: 8px;
}
.header-2{
    display: flex;
    flex-direction: column;
}
.header-atas-2{
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-around;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

/*container-2*/
.container-2{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    align-items: center;
    color: black;
    font-size: 24px;
    font-weight: 600;
    background-color: white;
    gap: 12px;
    margin-left: -8px;
    margin-right: -8px;
}
.random{
    padding-top: 12px;
}
.rectangle-4{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
    align-items: center ;
    background-color: white;
    padding-left: 50px;
    padding-right: 50px;
    gap: 24px;
}
.rectangle-4 img{
    border-style: solid;
    background-color: white;
    justify-content: center;
    align-items: center;
    border-color: rgb(38, 114, 255);
    border-radius: 12px;
}
.rectangle-text{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(110, 110, 110);
    font-size: 16px;
    font-weight: 400;
}

/*container-3*/
.container-3{
    display: flex;
    flex: 0 1 0%;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    padding: 50px;
    background-color: rgba(185, 185, 185, 0.26);

    margin-left: -8px;
    margin-right: -8px;

}
.container-3 #up{
    font-size: 24px;
    font-weight: 200;
}
.container-3 #thor{
    font-weight: 700;
    font-size: 16px;
    margin-top: -10px;
}

/*container-4*/
.container-4{
    display: flex;
    flex 1 0 0%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(37, 139, 255);
    color: white;
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 80px;
    margin-right: 80px;
    border-radius: 10px;
}
.container-4 .call-1{
    font-weight: 900;

}
.container-4 button{
    color: white;
    background-color: rgb(37, 139, 255);
    border-radius: 6px;
    border-color: white;
    border-style: solid;
    font-size: 12px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/*container-5*/
.container-5{
    display: flex;
    flex: 1 0 0%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
    margin-right: -8px;
    padding: 12px;
    text-align: center;
    color: white;
    border: #1f2937;
    border-color:#1f2937;
    border-style: solid;
    border-width: 8px;
    font-size: 12px;
}
