.title {
    color: black
    font-family: Georgia;
    font-size: 24px;
    
}

body {
    text-align: center;
    background-color: lightblue;
}

.info {
    color: rgba(255, 255, 255, 0.5)
    line-height: 1.3em
    text-align: left
    width: 100%
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.cat {
    border-radius: 25px;
    background-position: left top;
    background-repeat: repeat;
    padding: 20px; 
    width: 200px;
    height: 150px; 
}

.selfphoto {
    border-radius: 25px;
    background-position: left top;
    background-repeat: repeat;
    padding: 20px; 
    width: 250px;
    height: 250px; 
}

.name {
    font-size:28px
}