body {
    background-color: black;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("gambar/lucu.jpg");
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.main {
    max-width: 1200px;
    margin: auto;
}

header {
    background-size: cover;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 100px;
}

.box {
    text-align: left;
    width: auto;
    height: auto;
}

.wrap {
    width: 730px;
    margin: 30px auto;
    border: 10px dashed #cecece;
    border-radius: 4px;
    padding: 20px 5px;
    justify-content: center;
    align-items: center;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 170%;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    font-weight: 100;
    padding: 10px;
}

canvas {
    position: relative;
}

ul {
    list-style-type: none;
    float: right;
    margin-top: 5px;
}

ul li {
    display: inline-block;
}

ul li a {
    text-decoration: none;
    color: white;
    padding: 5px 20px;
    border: 1px solid transparent;
    transition: 0.6s;
    justify-content: right;
}

ul li a:hover {
    background-color: white;
    color: black;
}

ul li.active a {
    background-color: white;
    color: black;
}