body {
    background-color: #367000;
    font-family: "Helvetica";
    font-size: 17px;
    color: #eee;
}

div#card{
    width: 380px;
    margin: 140px auto;
    border: 1px solid #eee;
    border-radius: 10px;
}

div.logo {
    margin-bottom: 20px;
    margin-top: -100px;
    text-align: center;
}

div.logo img {
    width: 200px;
    height: 200px;
}

div.title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
}

div.title h1 {
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

div.title h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
}

.fa-brands {
    color: #eee;
    float: right;
}

div.links {
    border-top: #eee 1px dotted;
    width: 90%;
    margin: 0 auto;
}

div.links div {
    padding: 5px;
}

div.links div:first-child {
    margin-top: 10px;
}

div.links div:last-child {
    margin-bottom: 10px;
}

div.links div:hover {
    background-color: rgba(0,0,0,0.2);
}

div.links a {
    text-decoration: none;
    color: #eee;
}

@media (max-width:400px) {
    div#card{
        width: 95%;
    }
}
