/* Reset some default styles */
body,
h1,
h2,
h3,
p,
img {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color:rgba(112, 183, 207, 0.577);
}

.whole-container {
    align-content: center;
    justify-content: center;
    margin: 0% 15% 0% 15%;
    text-align: center;
    background-color: rgba(48, 46, 48, 0.577);
    box-shadow: #000 10px 10px 10px 10px;
}


header {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

main {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

section {
    margin-bottom: 40px;

}

h2 {
    margin-bottom: 20px;
}

.objective {
    margin-bottom: 30px;
    border-radius: 50px;
    position: relative;
    
}

.absolute {
    position: absolute;
    margin-top: -41%;
    margin-left: 24%;
    opacity: 100%;
    height: 100%;
    background-color: ;

}


.absolute h3,p,a {
    position: absolute;

}

.absolute h3 {
    margin-top: -40px;
    font-size: xx-large;
     visibility:hidden;


}

.absolute p {
    margin-top: 25px;
    margin-left: 30px;
    visibility:hidden;

}

.absolute a {
    margin-top: 150px;
    width: 100px;
    box-shadow: rgba(17, 17, 17, 0.273) 5px 5px 5px 5px;

}

.absolute a:active {
    margin-top: 150px;
    width: 100px;
    box-shadow: rgba(17, 17, 17, 0.273) 0px 0px 0px 0px;

}

.objective img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 20%;
    z-index: 5;
}

.objective img:hover {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 20%;
    opacity: 35%;
    z-index: 1;
}

.price {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.btn {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
}

.btn:hover {
    background-color: #555;
}

.next:active {
    box-shadow:black 0px 0px 0px 0px;
}