h1{
    margin: 5vh 0;
    text-align: center;
}

a{
    text-decoration: none;
    color: black;
}

.container{
    position: relative;
}

.app-btn{
    height: 55px;
    width: 100%;
    display: flex;
    border: 1px solid gray;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #eee;
    transition: .2s linear;
    word-break: break-all;
    margin-bottom: 10px;
}

.app-btn:hover{
    border-width: 3px;
}