body{
    background-color: black;
}

#image{
    height: 100%;
    width:100%;
    margin:1px;
    padding-top: 3px;
    object-fit:cover;
    pointer-events: none;
  }

  
  h1{
    color: burlywood;
    font-family: fantasy;
    text-decoration: wavy;
  }


    /* box styling section */

    .box{
        height:36vh;
        width:66vw;
        padding:7px;
        border: 3px solid rgb(13, 147, 214);
        border-radius:9px;
        margin-bottom:2vh;
        margin-left:17vw;
        margin-right:17vw;
        box-shadow: 0 10px 10px blue;
    }

    p{
        color : white;
    }

    a{
        text-decoration: none;
    }


    /* social media icons styling */
  .wrapper .icon{
    position: relative;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 10px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 27px;
    display: inline-block;
    align-items: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #61a5e1;
    text-decoration: none;
    }
.wrapper .tooltip {
position: absolute;
top: 0;
line-height: 1.5;
font-size: 14px;
background-color: #ffffff;
color: #ffffff;
padding: 5px 8px;
border-radius: 5px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
opacity: 0;
pointer-events: none;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip::before {
position: absolute;
content: "";
height: 8px;
width: 8px;
background-color: #ffffff;
bottom: -3px;
left: 50%;
transform: translate(-50%) rotate(45deg);
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover .tooltip {
top: -45px;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
background-color: #3b5999;
color: #ffffff;
}
.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
background-color: #46c1f6;
color: #ffffff;
}
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
background-color: #e1306c;
color: #ffffff;
}

.poster img{
  height:60vh;
}

a{
    display:flex;
    align-items:center;
    justify-content:center;
    height :100%;
    color:white;
    text-decoration: none;
}

a img{
    height :100%;
}
