@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

*::selection {
    color: #AF08D3;
}

body {
    background: white;
}

h1 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
    color: #2E2E2E;
    text-decoration: none;
    background-color: transparent;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20%;
}

h4 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
    color: #2E2E2E;
    letter-spacing: -1px;
    font-size: 30px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.flex-container {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
  
.flex-container > div {
    padding: 5px;
}

img:hover {
    opacity: 1;
}

a {
    text-decoration: none;
}

img {
    width: 50px;
    height: 50px;
    opacity: .7;
}
