* {
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.content {
    display: flex;
    width: 96%;
    min-height: 96%;
    margin: 1% 1%;
    border: 10px solid #000;
    padding: 2%;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    flex-direction: row;
    overflow: auto;
}

.icon {
    height: 1lh;
}

.color-gray {
    color: #888;
}


.logo {
    max-width: 250px;
}
