@import "open-iconic/font/css/open-iconic-bootstrap.min.css";

* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: .9rem;
}

body {
    height: 100%;
    background-color: #005674;
}

main {
    width: 450px;
    height: 100vh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    main img {
        width: 100%;
    }

#text {
    padding: 50px;
    font-weight: bold;
    font-size: 300%;
    text-align: center;
    color: #fff;
}

a {
    padding: 50px;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    color: #fff;
}

#refresh {
    padding-top: 50px;
}

    #refresh i {
        font-size: 500%;
        color: #fff;
    }