main {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

header {
    display: flex;
    justify-content: center;
}

ol {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    min-width: 320px;
    max-width: 1080px;
    padding: 0;
}

ol svg {
  width: 24px;
  height: 24px;
}

a:hover svg path {
    fill: #ffb800;
}

img {
    width: 100%;
}