* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #abdedf;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    font-size: 100px;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 50px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.img_container {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    text-align: center;
    font-weight: 500;
    margin-top: auto;
}