
.img{
    position: fixed;
    z-index: 1;
    opacity: 76%;
    top: 0vh;

}   
body{
    position: relative;
    font-family: 'Share Tech', sans-serif;
    font-size: 68px;
    color: rgb(243, 145, 145);
    text-shadow: 8px 8px 10px #0000008c;
    background-color: #343a40;
}

.first{

    position: relative;
    top: 0px;
    width: 70%;

    

}

.list{
    position: relative;
    top:10px;
    width: 40%;
    height: 200px;

    font-family: 'Share Tech', sans-serif;
    font-size: 25px;


}

.gallary {
    
    position: fixed;
    top: 0;
    right: 0;
    width: 500px; 
    height: 100vh;
    overflow-y:auto;
    background-color: hwb(0 28% 10% / 0.804);
    padding: 10px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: center; 
    z-index: 1;
}

h2{
    font-size: 50px;
    font-family:Arial, Helvetica, sans-serif;
}
.text{
    font-family: 'Share Tech', sans-serif;
    font-size: 25px;

    text-align: left;
    position: relative;
    top: 20vh;
    height: 500px;
    width: 800px;
}
.button{
    position: relative;
    bottom: 0vh;
    left: 60vh;
    font-size: 25px;
    text-align: center;

    width: 200px; 
    height: 50px;
    background-color:hwb(0 0% 100%);
    display: flex;
    flex-direction: column;
    justify-content: center; 
    border: 2px dashed rgb(255, 233, 233);
    border-radius: 25px;
    align-items: center;


}