@import url('https://fonts.googleapis.com/css2?family=Cantarell&family=Cormorant+Garamond:wght@300&family=Kavoon&family=Overpass:wght@100&family=Roboto:wght@100&family=Shadows+Into+Light&display=swap');

body{
    font-family: 'Rubik', sans-serif; 
}

h1{
    font-size: 48px;
    text-align: center;
}
#YTB1 {
    background: url("../images/mastu.jpg");
    margin: auto;
    height: 900px;
    width: 1200px;
    display: block;
    background-size: cover;
}
p{
    font-size: 36px;
    color: azure;
    background-color: black;
    width: 25%;
}
#YTB2 {
    background: url("../images/squeezie.jpg");
    margin: auto;
    height: 900px;
    width: 1200px;
    display: block;
    background-size: cover;
}
#YTB3 {
    background: url("../images/joyca.jpg");
    margin: auto;
    height: 900px;
    width: 1200px;
    display: block;
    background-size: cover;
}
#YTB4 {
    background: url("../images/amixem.jpg");
    margin: auto;
    height: 900px;
    width: 1200px;
    display: block;
    background-size: cover;
}
#YTB5 {
    background: url("../images/theodort.jpg");
    margin: auto;
    height: 900px;
    width: 1200px;
    display: block;
    background-size: cover;
}