body {

    color: rgb(240, 148, 0);

   text-decoration: none;

    font-size: 1.rem;
}

    a {

    color: rgb(255, 119, 0);

   text-decoration: none;

    font-size: 1.rem;

    }
    body {
    height: 100%;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background-image: url('enter.png');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
