body {
    background: #2d2d48;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
    width: 590px;
    padding-left: 470px;
    padding-right: 450px;
    margin: auto;
    margin-top: -0px;
}

body::-webkit-scrollbar {
    display: none; 
  }

::selection {
    background: #fb9583;
}

.headline {
    color: #fafafa;
    font-size: 72px;
    font-style: italic;
    margin-top: 0;
    padding: 42px 0px 0px;
    margin-left: 22px;
    margin-bottom: 40px;
    font-weight: bold;
    text-shadow: hotpink 2px 3px 0px;
    letter-spacing: -1px;
}

.number-tile {
    background-color: #2c2c3a;
    color: #f1f3fc;
    text-align: center;
    font-size: 65px; 
    font-weight: bold;
    height: 87px;
    width: 87px;
    border: 7px solid #67607b;
    margin-left: -5px; 
    margin-top: -5px;
    float: left;
}

.tile-row {
    margin-top: 5px;
    margin-left: 40px;
    width: 500px;
}

.select-bar {
    width: 70px;
    background-color: rgb(255, 255, 255);
    font-size: 20px; 
    border: 3px solid;
    border-radius: 5px;
    float: auto;
    margin-top: 2px;
}

#numbersSelection {
    margin-right: 4%;
}

.select-box {
    width: 417px;
    height: 35px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border: 5px solid #807798;
    font-size: 22px;
    margin-top: -475px;
    margin-left: 550px;
    float: left;
    padding: 7px;
}

.result-box {
    color: #f1f3fc;
    font-size: 26px;
    margin-left: 94%;
    margin-top: -370px;
    border-radius: 20px;
    padding: 13px;
    float: left;
    white-space: nowrap;
    display: none;
    font-weight: bold;
}

.info-box {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    border: none;
    cursor: pointer;
    transition-duration: 0.4s;
}

.rules-headline {
    color: white;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}

.collapse-rules {
    margin-top: -637px;
    margin-left: -460px;
    float: left;
    border: none;
    cursor: pointer;
    background: none;
    padding: 7px 12px 7px 12px;
    border-radius: 25px;
    transition-duration: 0.4s;
}
  
.play-rules {
    width: 380px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-top: -570px;
    margin-left: -448px;
    font-size: 18px;
    text-align: left;
    line-height: 1.36;
    float: left;
    font-weight: bold;
    font-family: 'Verdana';
    background-color: #ffffff;
    border-radius: 10px;
    border-bottom: 10px dotted rgb(255, 255, 255);
}

.other-page {
    margin-top: -637px;
    margin-left: 680px;
    width: 230px;
    padding: 7px 5px 7px 12px;
    float: left;
    border: none;
    cursor: pointer;
    background: none;
    border-radius: 25px;
    transition-duration: 0.4s;
    text-decoration: none;
    
}

.page-ic {
    height: 35px;
    width: 35px;
    border: none;
    background: none;
    cursor: pointer;
    transition-duration: 0.4s;
    font-size: 24px;
    color: hotpink;
}

.link-text {
    position: relative;
    color: white;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 5px;

    background: 
        none,
        linear-gradient(90deg, hotpink, #ff9f95);
    background-size: 0 4px;
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: background-size 0.4s ease-in;
}
  
.other-page:hover .link-text {
    background-size: 100% 4px;
    background-position: bottom left;
}

.other-page:hover .page-ic {
    color: #ff9f95;
}

.restart-button {
    color: white;
    border: none;
    border-radius: 7px; 
    cursor: pointer;
    padding: 8px;
    width: 187px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-top: -6%;
    margin-left: 117%;
    float: left;
    transition-duration: 0.4s;
}

.restart-button:enabled {
    background: hotpink;
}

.restart-button:enabled:hover {
    background: #ffe4f8;
    color: #ff9f95;
    transform: scale(1.03);
    cursor: pointer;
}

.restart-button:disabled {
    background: rgb(170, 71, 120);
    cursor: auto;
    opacity: 0.8;
}

.move_description {
    visibility: hidden;
    width: 165px;
    height: 50px;
    color: #fff;
    text-align: center;
    opacity: 0.95;
    border-radius: 5px;
  
    position: absolute;
    top: 75%;
    left: 45%;
}