/*body, html {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    height: 100vh;*/
/*    width: 100%;*/
/*}*/

body {
    text-align: center;
    margin-top: 70px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

* {
    font-family: "Quicksand";
}

img {
    max-height: 70vh;
}

.screenshots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.screenshots button {
    border: none;
    background-color: #e3dfdf;
    border-radius: 12px;
    padding: 12px;
    margin: 12px;
}

.material-icons-round {
    vertical-align: middle;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*background-color: #CCDC3D;*/
    background-color: #fafafa;
}

nav a {
    text-decoration: none;
    color: #212121;
}

nav img {
    max-height: 50px;
    border-radius: 50%;
}