*{
    padding: 0;
    margin: 0;
}
.content {
    background-color: rgb(251, 244, 216);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.contentHolder {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo {
    height: 250px;
    width: 250px;
    border-radius: 50px;
    box-shadow: rgb(138, 132, 132) 0px 0px 20px;
    margin-bottom: 25px;
}
.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.infoHeader {
    font-size: 25px;
}
