
@font-face {
    font-family: 'Russo-One';
    src: url('../fonts/RussoOne-Regular.ttf');
}

@font-face {
    font-family: 'Balsamiq';
    src: url("../fonts/BalsamiqSans-BoldItalic.ttf");
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.ttf');
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.ttf');
}

@font-face {
    font-family: 'Comfort';
    src: url('../fonts/Comfortaa-SemiBold.ttf');
}

@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico-Regular.ttf');
}

@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat-Bold.ttf');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoMono-Bold.ttf');
}


body {
    margin: 0px;
}

* {
    box-sizing: border-box;
    /*overflow: auto;*/
}   

.container{
    background-image: url('../img/backgrnd1.jpg');
    object-fit: contain;
    object-position: center;
    width: clamp(500px, 50vw, 1400px);
    margin: 0px auto;
    height: 900px;
    border-left: solid 50px rgb(185, 2, 2, .8);
    border-right: solid 50px rgb(1, 25, 133, .8);
}

.text{
    color: white;
    text-align: center;
    padding: 10px;
}

h1{
    font-family: 'Russo-One';
    color: rgb(177, 27, 0);
    font-size: 40px;
}

h2{
    font-family: 'Balsamiq';
}

h3{
    font-family: 'Rubik';
    font-size: 30px;
}

h4{
    font-family: 'Oswald';
}

h5{
    font-family: 'Comfort';
    color:rgb(245, 120, 18);
    font-size: 20px;
    text-shadow: 0px 0px 2px rgb(245, 120, 18);
}

h6{
    font-family: 'Pacifico';
    font-size: 30px;
    font-weight: 400;
}

.rotate{
    font-family: 'Caveat';
    background-color: white;
    color: black;
    font-size: 25px;
    width: 530px;
    object-position: center;
    margin: auto;
    transform: rotate(-10deg);
    border-radius: 5px;
    box-shadow: 0px 0px 3px white;
}

.sign{
    padding: 40px;
    padding-right: 20px;
    text-align: right;
}

.name{
    font-family: 'Rubik';
}

.family{
    font-family: 'Roboto';
    color: tomato;
}