#heading-back {
    background-color: #FDFDF4;
    position: relative;
    top: 60px;
}
#Welcome {
    font-family: sans-serif;
    font-size: 40px;
    text-align: center;
}
#gems-logo {
    border: 5px solid white;
    border-radius: 10px;
    margin-bottom: 20px;
}
#connect {
    margin-bottom: 2px;
}
#connect:hover {
    margin-bottom: 0px;
    margin-top: 2px;   
}
#fconnect:hover {
    margin-top: 2px;
}
#fconnect {
    height: 50%;
    width: 50%;
}
#drivesafely {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 3rem;
    color: red;
    text-align: center;
}