body {
    background: rgb(238,174,176);
    background: radial-gradient(circle, rgba(238,174,176,1) 0%, rgba(249,3,3,1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}