*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.permanent-marker-regular {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
  }
  

main{
    text-align: center; 
    justify-content: center;
    display: flex;
    align-items: center;
    color:rgb(255, 240, 222);
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    font-size: 1.5rem;
    font-family: "Permanent Marker";
    
    height: 100vh;

    background-image: url("../nubess.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#v{
    
    position: absolute;
    z-index: 20;
    bottom: 20px;
    right: 20px;
    width: 75px;
   
    object-fit: cover;
    
}