@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');


body{
    background-color: rgb(255, 227, 227);
}

h1{
    font-family: 'Bebas Neue', cursive;
    color: rgb(0, 0, 0);
    font-size: 4em;
}

h2{
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    color: rgb(93, 93, 93);
    font-size: 1.5em;
}

h3{
    font-family: 'Bebas Neue', cursive;
    color: rgb(0, 0, 0);
    font-size: 1.25em;
    text-align: center;
}

p{
    font-family: 'Libre Baskerville', serif;
    color: rgb(93, 93, 93);
    font-size: 0.6em;
}

.speaker{
    color:blueviolet
}

.row{
    margin: auto;
    display: flex;
    max-width: 1100px;
    min-width: 500px;
    gap: 45px;
    padding-left: 45px;
    padding-right: 45px;
}

.column{
    flex: 33%;
}

div.header{
    position: relative;
    margin: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    width: 500px;
    height: 120px;
}

div.headerText{
    position: absolute;
    width: 500px;
    height: 120px;
}

div.imageContainer{
	position: absolute;
	width: 200px;
	height: 200px;
	left: 120px;
	top: 10px;
}

.speaker{
    font-style: oblique;
    color: rgb(0, 0, 0);
}


#contained{
    
}
