@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400&display=swap');
body {
    font-family: Albert Sans !important;
    background-color: #04844C !important;
    color: #FFF !important;
    text-align: center !important;
}

header {
    padding-top: 60px;
    text-align: center !important;

}

h1 {
    font-family: Outfit !important;
    font-weight: 600 !important;
    font-size: 6rem !important;
    line-height: 6rem !important;
    vertical-align: middle !important;
}

h2 {
    font-family: Albert Sans !important;
    font-weight: 300 !important;
    font-size: 3rem !important;
}

.shot {
    width: 200px !important;
}