/*
	Theme Name: BzeBee 2023!
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: DKM
	Author URI: https://karabin.se
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;700&display=swap");

html {
    height: 100%;
}

body {
    font-family: "Nunito sans", sans-serif;
}

.container.wrap {
    background-image: url('img/bg.svg');
    background-repeat: no-repeat;
    background-size: 70%;

}

.footer {
    background-image: url('img/footer_bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 750px;
}

.footer a {
    color: black;

}

p,
h2,
h3 {
    padding: .5rem;
    background: #fff;
}