*{
    font-family:"Instruments Sans",sans-serif;
    color: #D6D2CD;
}

body{
    background-color:#191b1e;
}
.header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    color: white;
    position:absolute;
    width:100vw;
    left:0px;
}



.youtube, .twitter, .Insta,.Facebook{
    width:20px;
    margin-right:30px;
}
.youtube:hover, .twitter:hover, .Insta:hover,.Facebook:hover{
    color: rgb(255, 255, 145);
    transition: 1s;
    cursor: pointer;
}
.youtube{
    width: 30px;
    margin-left: 15px;
}
.Insta{
    width:40px;
}

.twitter{
    margin-right: 100px;
    margin-left: 15px;
}



.right,.left{
    align-items: center;
}
.left{
    margin-left: 150px;
}

.Background1{
    position:relative;
}


.home,.shop,.about,.contact{
    margin-right: 25px;
    font-family:"Instruments Sans",sans-serif;
    text-decoration: none;
    
}

.home:hover,.shop:hover,.about:hover,.contact:hover{
    color: rgb(126, 255, 97);
    transition: 1s;
    cursor: pointer;
}



.image1{
    width:100vw;
    height: 775px;
    margin: 0;
    padding: 0;
    z-index: 2;
    object-fit: cover;
}

.B1Text{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 275px;
    align-content: center;
    text-align: center;
    justify-content: center;
    left: 400px;
}

.Welcome{
    color: white;
    font-size: 18px;
    margin-bottom: 30px;
}

.Discover1,.Discover2{
    color: white;
    font-size: 70px;
}

.Shop1{
    margin-top: 50px;
    align-self: center;
    padding: 15px;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 15px;
    border-radius: 50px;
    border: none;
    color: white;
    background-color: olivedrab;
    font-weight: 500;
    
}

.Shop1:hover{
    background-color: rgb(72, 97, 23);
    transition: 0.25s;
}
