@import url("https://fonts.googleapis.com/css2?family=Zalando+Sans:ital,wght@0,200..900;1,200..900&display=swap");
main {
    font-family: "Zalando Sans", sans-serif;
    width: 100%;
    height: 100dvh;
}
section.body {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background-image: url("../images/petaindo.png");
    background-size: 150% auto;
    background-position: center center;
    background-repeat: no-repeat;
}
section.body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
section.body .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}
section.body .logo {
    padding: 10px 0;
}
section.body .logo .image img {
    height: 80px;
    margin: 0 2.5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.body .logo .text {
    margin-left: 5px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
section.body .logo .text h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
