@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');

body{
    background-image: url("images/background-2426328_1920.jpg");   
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
}

.details {
    padding: 50px;
    margin: auto;
    margin-top: 50px;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); 
    border-radius: 30px;
    border: 1px solid rgb(168, 168, 168);
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
    color: white;
}

.details:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .3);
    filter: blur(10px);
    margin: -20px;
}
h1{
    font-family: 'Oswald', sans-serif;
}
h3{
    font-family: 'Oswald', sans-serif;
}