/*
This file contains the style that belongs to base-out.html.
*/

@import url('style.css');

body {
    display: flex;
    justify-content: center;
    align-items: center;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 15px;
    min-width: 33%;
    max-width: 80%;
    text-align: center;
}

#index-div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin: 0 auto;
    width: 300px;
    padding: 20px;
    border-radius: 10px;
}

#header-logo {
    height: 150px;
}
