body {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    min-height: calc(100vh - 40px);
    background-color: #074da11b;
    box-sizing: border-box;
}

.container {
    width: 85vw;
    max-width: 450px;
    height: auto;
    background-color: #ffffff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 3px 3px 12px #0841ab1f;
}

.image {
    object-fit: cover;
    margin-top: 5%;
    width: 90%;
    height: 250px;
    border-radius: 25px;
}

.title {
    padding: 4px 15px;
    border: 1.5px solid #80808037;
    display: inline-block;
    width: max-content;
    margin-top: 15px;
    border-radius: 25px;
    opacity: 0.5;
}

.title-parent {
    align-self: flex-start;
    padding-left: 7%;
    display: flex;
}

.title2 {
    margin-left: 10px;
}

.heading {
    align-self: flex-start;
    margin-left: 5%;
    font-size: 40px;
    margin-bottom: 10px;
}

.content {
    margin-top: 3%;
    opacity: 0.6;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 25px;
}

.readmore {
    display: flex;
    color: #0754e0d6;
    font-weight: bold;
    background-color: #0872c01b;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 150px;
    border-radius: 25px;
    margin-bottom: 25px;
    text-decoration: none;
}

.container-more {
    width: 85vw;
    max-width: 500px;
    height: auto;
    background-color: #ffffff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 3px 3px 12px #0841ab1f;
}

.go-back {
    display: flex;
    color: #0754e0d6;
    font-weight: bold;
    background-color: #0872c01b;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 150px;
    border-radius: 25px;
    margin-top: 20px;
    text-decoration: none;
}

.heading-more {
    align-self: center;
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
}
