body{
    background-color: black;
    }
    .flexbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display:none;
    align-items: center;
    }
           
    .title{
    margin-top: 23%;
    background-color: black;
    width: 100%;
    height: 200px;
    font-size: 82px;
    font-family: Times New Roman, serif;
    color: white;
    font-weight: 1500;
    text-shadow: 0 0 3px; 
    }
    
    .shawn{
    font-size: 100px;
    font-family: Copperplate, fantasy;
    color: white;
    font-weight: 900;
    text-shadow: 0 0 3px;
    text-align: center;
    }
    
    .shawn2{
    font-size: 25px;
    font-family: Copperplate, fantasy;
    color: white;
    font-weight: 1500;
    text-shadow: 0 0 3px; 
    text-align: center;
    text-decoration: none;
    }