body,
html {
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    font-size: 12px;
    box-sizing: border-box;
    background-color: rgb(43, 20, 63); 
}

h1 {
    color: rgb(48, 120, 214);
    margin: 1rem auto;
    font-size: medium;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#all {
    padding-top: 3rem;
    overflow-y: auto;
    display: grid; 
    grid-gap: 0rem;
    grid-template-columns: 1fr 1fr; 
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 9rem;
    margin-bottom: 3rem;
    text-decoration: none;
    -webkit-text-fill-color: rgb(48, 120, 214);
    -webkit-tap-highlight-color: rgba(255,0,0,0);
}

img {
    width: 6rem;
    height: 6rem;
    margin: 0.5rem;
}

.home {
    z-index: 999;
    position: absolute;
    top: 3.75rem;
    -ms-transform: translateY(-99%);
    -webkit-transform: translateY(-99%);
    transform: translateY(-99%);
    text-decoration: none;
    cursor: grab;
    background-color: rgb(70, 69, 69);
    border-radius: 2rem;
    width: 3.4rem;
    left: 1%;
    height: 3.4rem;
    opacity: 0.5;
}
