body {
    background-color: cadetblue;
}

.body {
    display: flex;
}

#box {
    width: 70%;
    height: 92vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(122, 220, 223);
    padding: 10px;
    margin: 15px;
    border-radius: 15px;
}

#box2 {
    width: 100%;
}

.birthday-img {
    width: 150px;
    border-radius: 10px;
}

.wishes {
    background-color:rgb(139, 244, 248);
    border-radius: 15px;
    padding: 10px;
    /* height: 500px; */
    font-size: 13px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}

.iCarly {
    width: 140px;
    padding: 20px;
    height: 120px;
    border-radius: 20%;
    object-fit: cover;
}

.acodin {
    width: 140px;
    padding: 20px;
    height: 120px;
    border-radius: 20%;
    object-fit: cover;
}

.beach {
    width: 140px;
    padding: 20px;
    height: 120px;
    border-radius: 20%;
    object-fit: cover;
}

.drug {
    width: 140px;
    padding: 20px;
    height: 120px;
    border-radius: 20%;
    object-fit: cover;
}

#web {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box3 {
    width: 80%;
    border: 20px solid black;
    margin-top: 32px;
    margin-left: 10%;
    border-radius: 20px;
    margin-top: 70px;
}

.site {
    position: relative;
}

.site-napis {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.66);
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease-in-out;
    border-radius: 15px;
    font-size: 22px;
    font-weight: bold;
}

.site:hover .site-napis {
    opacity: 1;
}

.beachbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

video {
    width: 16%;
    border-radius: 40px;
}

.imgbeach {
    width: 32%;
    height: 250px;
    border-radius: 40px;
    object-fit: cover;
}

.drugimg1 {
    width: 64%;
    height: 500px;
    border-radius: 40px;
    object-fit: cover;
}

.drugbox2 {
    display: flex;
    justify-content: center;
}

.text {
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 150px;
    font-weight: bolder;
}

.imgbeach2, .drugimg, .iCarlyimg {
    width: 16%;
    height: 432px;
    border-radius: 40px;
    object-fit: cover;
}

.drugimg {
    padding: 3px;
}

.iCarlyimg {
    width: 18%;
    height: 432px;
    border-radius: 40px;
    object-fit: cover;
    padding: 10px;
}

.container {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 2000px) {
    .wishes {
        font-size: 24px;
    }
    .iCarly {
        width: 210px;
        height: 180px;
    }
    
    .acodin {
        width: 210px;
        height: 180px;
    }
    
    .beach {
        width: 210px;
        height: 180px;
    }
    
    .drug {
        width: 210px;
        height: 180px;
    }
}