body {
    background-color: #293138;
    display: flex;
    width: 50%;
    margin: auto;
    align-items:center;
    justify-content:center;
    min-height: 100vh;
 }

.basic-link{
    color: white;
    text-decoration: none;
}

.basic-link:hover{
    color: lightsteelblue;
}

.container{
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;

}

.container > h1{
    letter-spacing: 2px;
    line-height: 40px;
}

.logo-image{
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-top: 25px;
}

footer{
    font-size: 15px;
    margin-top: 15px;
    line-height: 20px;
    color: darkgrey;
}