.resident{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    position: fixed;
    bottom: 4vh;
    right: 1%;
}
.resident input{
    width: 30px;
    color: blue;
}
.backTop{
    cursor:pointer;
}
.backTop#the-home{
    position: fixed;
    bottom: 2vh;
    right: 2vw;
}
.backTop img{
    width: 50px;
}
.backTop:hover img{
    content: url(https://static.igem.wiki/teams/4705/wiki/backtop1.png);
}
.resident input{
    border-radius: 10px;
    background-color: #1C3879;
    color: #EAE3D2;
    height: 30px;
    margin-bottom: 10px;
    border: 2px solid ;
    cursor:pointer;
    box-shadow: 4px 4px 10px rgb(0, 0, 0,.5);
}
