*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body{
    background-color: rgb(78, 78, 78);
}
.key {
    background-color: rgb(50, 166, 219);
    position: relative;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    width: 45vh;
    height: 3vh;
    color: white;
    text-decoration-color: azure;
    display:block;
    border-color: rgb(37, 144, 194);
    border-style: double;
}
#checklogs {
    background-color: rgb(40, 156, 209);
    position: relative;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    width: 35vh;
    height: 2.5vh;
    color: white;
    display: block;
    border-color: rgb(32, 125, 168);
    border-style: double;
}
#logs {
    position: relative;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 900px;
    height: 80vh;
    background-color: rgb(63, 63, 63);
    border:  15px solid rgb(44, 44, 44);
    padding: 50px;
    overflow-y:auto;
}
#button {
    position: relative;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 20vh;
    height: 3vh;
    background-color: rgb(63, 63, 63);
    border:  3px solid rgb(44, 44, 44);
    padding: 5px;
    text-decoration: none;
    text-size-adjust: auto;
    color: white;
}
#nameless {
    position: relative;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80vh;
    height: 6vh;
    background-color: rgb(63, 63, 63);
    border:  3px solid rgb(44, 44, 44);
    padding: 5px;
    text-decoration: none;
    text-size-adjust: auto;
    color: white;
    font-size: 80%;
}
#rebirth {
    font-size: 80%;
    position: relative;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80vh;
    height: 6vh;
    background-color: rgb(6, 178, 247);
    border:  1px solid rgb(18, 101, 134);
    padding: 5px;
    text-decoration: none;
    text-size-adjust: auto;
    color: white;
}