.jumbotron{
    background-image: url(WEB-PROJECTS/PROJECTS-BACKGROUND/WEB_PROJECTS_BACKGROUND.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-h00PX;
}

body{
    background-color: black;
}

.hh{
    flex-basis: auto;
    font-size: 50px;
    font-family:serif;
    align-content: center;
    text-color: crimson;
    background-color:darkcyan;
}
.oky{
    word-spacing:5px; 
    float: center;
    font-weight: 400;
    font-size: 20px;
    font-family:sans-serif; 
    padding: none;
    margin: none;
    display:contents;
}

.btn{
    font-size: 20px;
    background-color: cadetblue;
    color:white;
    cursor: pointer;
}

    
}