body {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    overflow: clip;
}

#centered {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    color: white;
}