body{
    padding: 0;
    margin: 0;
}
#Phone{
    position: absolute;
    background-image: url("");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 10%;
    margin-left: 50%;
    transform: translate(-50%, 0);
    height: 200%;
    width: 50%;
    
}
#Btn1{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 25%;
    margin-top: 80%;
    background: none;
    border: none;
}
#Btn2{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 45%;
    margin-top: 80%;
    background: none;
    border: none;
}
#Btn3{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 65%;
    margin-top: 80%;
    background: none;
    border: none;
}
#Btn4{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 25%;
    margin-top: 100%;
    background: none;
    border: none;
}
#Btn5{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 45%;
    margin-top: 100%;
    background: none;
    border: none;
}
#Btn6{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 65%;
    margin-top: 100%;
    background: none;
    border: none;
}
#Btn7{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 25%;
    margin-top: 120%;
    background: none;
    border: none;
}
#Btn8{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 45%;
    margin-top: 120%;
    background: none;
    border: none;
}
#Btn9{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 65%;
    margin-top: 120%;
    background: none;
    border: none;
}
#Btn0{
    position: absolute;
    transform: translate(-50%, 0);  
    width: 10%;
    height: 10%;
    margin-left: 45%;
    margin-top: 140%;
    background: none;
    border: none;
}
#BtnBack{
    position: absolute;
    width: 10%;
    height: 10%;
    margin-left: 38%;
    margin-top: 140%;
    background: none;
    border: none;
}
#BtnEnter{
    position: absolute;
    width: 10%;
    height: 10%;
    margin-left: 38%;
    margin-top: 140%;
    background: none;
    border: none;
}

#Console{
    z-index: 2;
    position: fixed;
    height: 90%;
    width: 100%;
    background-color: black;
    bottom: -80%;
    color: white;
    transition: 1s;
}
#Console #text{
    padding: 10px;
}
#Console:Hover{
    bottom: 0%;
}
#Console #up{
    text-align: center;
    font-size: 25px;
    width: 100%;
    background-color: #101010;
    padding-top: 10px;
    padding-bottom: 10px;
}
#Files{
    z-index: 1;
    position: fixed;
    height: 100%;
    width: 90%;
    background-color: wheat;
    left: -85%;
    transition: 1s;
}
#Files:hover{
    left: 0%;
}
#Files #text{
    padding: 10px;
}
#Files input{
    width: 80%;
    padding: 10px;
    border: none;
    border-radius: 25px;
}
#Btncancel{
    background: none;
    border: none;
    position: absolute;
    margin-left: 60%;
    margin-top: 173%;
}

#input{
    position: absolute;
    margin-left: 50%;
    margin-top: 60%;
    transform: translate(-50%, 0);
    height: 2.5%;
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#ResetBtn{
    background-color: orangered;
    border: none;
    color: white;
}