*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #6019bd;
    font-family: Arial, sans-serif;
}

h1{
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Arial', sans-serif;
    font-style: italic;
}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    object-fit: no-repeat;
    background-image: url('img/photo1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img:nth-child(2){
    background-image: url('img/photo2.png');
}