@import url('https://fonts.googleapis.com/css2?family=Tektur&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #222;
    color: #fff;
    font-family: 'Tektur', cursive;
}

header {
    margin: 1%;
    display: flex;
    justify-content: space-between;
}

main {
    margin-top: 3%;
    height: 150%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

footer {
    display: flex;
    justify-content: center;
}

main img {
    width: 20%;
}

a img {
    width: 3vw;
}