*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img{
    width: 100vw;
}
.nav-item
{
    font-family: 'Dosis';
    font-weight: 600;
    font-size: medium;
}
a:hover{
    scale: +1.1;
    box-shadow: 5px 5px 5px 5px #888888;
    border-radius: 10px;
}
.brk{
    border: 2px solid grey;
    width: 14px;
}
.content
{
    /* border: 2px solid red; */
    height: 22px;
   background-color:black;
    height: 35vh;
    color: white;
}
.text{
    position: absolute;
    top: 200px;
    right: 20px;
    font-size: xxx-large;
    font-family: 'Playfair Display'
}
.text1{
    right: 24px;
    font-size: x-large;
    text-align: right;
}