body {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}
.container {
    display: flex;
    align-items: center;
    color: #fff;
}
img {
    width: 200px;
    height: auto;
    border-radius: 50%;
    margin-right: 20px;
}
#text {
    color: #fff;
}