* {
    text-decoration: none;
    margin: 0;
    padding: 0px;
}

body {
    width: 100%;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    font-family: 'Oswald';
}

.wrapper {
    width: 1100px;
    margin: auto;
    position: relative;

}

.logo a {
    font-size: 35px;
    font-weight: bold;
    float: left;
    font-family: 'Oswald';
    color: #900C3F;
}
.wrapper .logo span {
    color: red;
}

.menu {
    float: right;
}

nav {
    width: 100%;
    margin: auto;
    display: flex;
    line-height: 80px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #FFFFFF;
    z-index: 1;
    border-bottom: 1px solid #900C3F;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav ul li {
    float: left;
}

nav ul li a {
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: underline;
}

section {
    margin: auto;
    display: flex;
    margin-bottom: 50px;

}

.kolom {
    margin-top: 50px;
    margin-bottom: 50px;
}

.kolom .deskripsi {
    font-size: 25px;
    font-weight: bold;
    font-family: unset;
    color: red;
}

h2 {
    font-family: unset;
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 0px;
    color: #900C3F;
    width: 100%;
    line-height: 70px;

}

a.tbl-biru {
    background: #ff0000;
    border-radius: 20px;
    margin-top: 20px;
    padding: 5px 8px 5px 8px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
}

a.tbl-pink {
    background: #ff0000;
    border-radius: 20px;
    margin-top: 20px;
    padding: 10px 15px 10px 15px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
}

a.tbl-pink:hover {
    background: #900C3F;
    text-decoration: none;
}

p {
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
}

.tengah {
     text-align: center;
     width: 100%;
}

.wanita-list {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 30px;
}

.list-wanita {
    width: 600px;
    margin: 0 auto;
}

.list-wanita img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: -100px;
}

.list-wanita p {
    font-family: 'comic sans ms';
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    color: #900C3F;
}