body{
    height: 95vh;
    width: 95;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgb(99, 8, 185);
    background-color: rgb(189, 153, 223);
}