#outer-div{
    background-color:pink;
    height: 100vh; 
    /* align-content: center;
    text-align: center; */
    display: flex; 
    justify-content: center;
    align-items: center;
    
    
}
h1{
    font-size: 50px;;
}
#inner-div{
    background-color: black;
    color: white;
    height: 600px;
    width: 700px;
    border-radius: 10%;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: center;
    
}

#image{
    height: 200px;
    width:200px;
}

#button-reg{
    margin-top: 30px;
    font-weight: bold;
    border-radius: 5px;
    color: black;
    background-color: pink;
    height: 40px;
    width:120px;
}

#jokes{
    font-size: 20px;
    overflow: hidden;
    word-wrap: break-word;
}

