body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: 1300px 655px;
    font-family: Garamond, serif;
    margin: 0;
}

ul {
    list-style-type: none;
    padding: 5px;
    overflow: hidden;
    background-color: #07282f;
    margin: 0;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    margin: 20px;
    text-decoration: none;
}

li a:hover {
    background-color: purple;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.powerupBanaan {
    background: rgba(182, 254, 217, 1);  
    border-radius: 8px;
    padding: 25px;
    width: 1300px;
    box-shadow: purple;
    text-align: center;
}
.powerupRaket {
    background: rgba(182, 254, 250, 0.77);  
    border-radius: 8px;
    padding: 25px;
    width: 1300px;
    box-shadow: purple;
    text-align: center;
}
.powerupDaggoe {
    background:rgba(148, 213, 235, 0.62);  
    border-radius: 8px;
    padding: 25px;
    width: 1300px;
    box-shadow: purple;
    text-align: center;
}
.powerupPortal {
    background: rgba(148, 188, 235, 0.62);  
    border-radius: 8px;
    padding: 25px;
    width: 1300px;
    box-shadow: purple;
    text-align: center;
}
.powerupOmnitrix {
    background: rgba(148, 156, 235, 0.62);  
    border-radius: 8px;
    padding: 25px;
    width: 1300px;
    box-shadow: purple;
    text-align: center;
}
.powerupLaunchpad {
    background: rgba(148, 156, 235, 0.62);  
    border-radius: 8px;
    padding: 25px;
    width: 1300px;
    box-shadow: purple;
    text-align: center;
}
.powerupDon {
    background: rgba(235, 148, 179, 0.62);  
    border-radius: 8px;
    padding: 25px;
    width: 1300px;
    box-shadow: purple;
    text-align: center;
}


.powerup h2 {
    color: #333;
}

.powerup img {
    width: 700px;
    height: 600px;
}

.social-section {
    background-color: #07282f;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
    padding: 20px;
}

.icon-group {
    font-size: 25px;
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 50px;
    background-color: #07282f;
}

.icon-group a {
    text-decoration: none;
    color: white;
}

.like {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
}