body{
    background: #262626;
    background: linear-gradient(90deg, rgba(38, 38, 38, 1) 0%, rgba(77, 77, 77, 1) 100%);
    color: rgb(175, 175, 175);
    font-size: 25px;
    text-align: center;
    margin: 100px;
}