body{
    background-color: #000F1D;
}

.dMain{
    position: absolute;
    top: 100px;
    right: 0px;
    left: 0px;
}

.number1I{
    width: 300px;
    height: 60px;
    font-size: 50px;
    font-weight: 600px;
    text-align: center;
    margin: 2px;
}
.number1I:hover{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #dddddd;
}


.number2I{
    width: 300px;
    height: 60px;
    font-size: 50px;
    font-weight: 600px;
    text-align: center;
    margin: 2px;
}
.number2I:hover{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #dddddd;
}

.descript{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    font-size: 72px;
    font-weight: 700;
    text-shadow: 1px 1px #646464;
}

.btnRandom{
    width: 200px;
    height: 40px;
    margin: 20px;
    border-radius: 5px;
    font-size: 26px;
    font-weight: 600;
    cursor: pointer;
}
.btnRandom:hover{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #dddddd;
}


.resultP{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    font-size: 68px;
    text-shadow: 1px 1px #646464;
}