body {
    background-color: #48525B;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.despairge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    height: 100%;
    object-fit: cover;
}