@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    width: 480px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 150%;
    font-size: 16px;
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 24px;
}
.logo-notext {
    width: 64px;
    height: 64px;
}
.judul {
    color: #8f1704;
    font-family: "Montserrat", sans-serif;
}
a {
    text-decoration: none;
    color: #8f1704;
}
a:hover {
    text-decoration: underline;
}
.wadahfotobawah {
    overflow: hidden;
}
.fotobawah {
    width: 100%;
    height: 96px;
    object-fit: cover;
    object-position: -20px 90%;
    transform: scale(1.3);
}
.garisbawah {
    border: #8f1704 1px solid;
}
.domain {
    font-weight: bold;
    color:#8f1704;
}
.footer {
    color: #8f1704;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}
.terasring {
    margin-top: 10px;
}