body {
    background-color:black;
    overflow:hidden;
}

.secondBody {
    background-image:url(josh\ background.png);
    overflow:hidden;
}

.thirdBody {
    background-color:black;
}

.center {
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
    flex-direction:column;
}

.inputs {
    background-color:black;
    color:rgb(102, 102, 102);
    border:2px solid rgb(13, 65, 0);
    border-radius:5px;
    outline:none;
    width:200px;
    height:35px;
}

.b1 {
    width:205px;
    height:35px;
    background-color:black;
    color:rgb(102, 102, 102);
    border:2px solid rgb(13, 65, 0);
    border-radius:5px;
    cursor:pointer;
}

.b2 {
    width:100px;
    height:25px;
    background-color:black;
    color:rgb(102, 102, 102);
    border:2px solid rgb(13, 65, 0);
    border-radius:5px;
    cursor:pointer;
    margin:3px;
}

.p1 {
    font-size:25px;
    color:red;
}

.center3 {
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
}

.span1 {
    color:white;
    font-size:35px;
}

.profile-position {
    position:absolute;
    top:16px;
    right:8px;
    flex-direction:column;
}

.profile-image {
    border-radius:100px;
}

.span2 {
    color:rgb(255, 123, 255);
}

.p2 {
    color:white;
    font-size:20px;
}

.h1 {
    color:white;
}

.clock {
    color:rgb(255, 123, 255);
    font-size:40px;
}