.tumbleweed{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tumbleweed img{
    border-radius: 50%;
    max-height: 300px;
    max-width: 300px;
    width: 40%;
    height: 40%;
}

.tumbleweed p{
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}