*{
    padding: 0;
    margin: 0;
}

body{
    justify-content: center;
    background-color: rgb(157, 32, 188);
}

details{
    border: 1px solid;
    padding: 15px;
    margin: 15px;
    margin-top: 20px;
    width: 380px;
    border-radius: 10px;
    background-color: floralwhite;
}

summary{
    font-weight: bold;
    cursor: pointer;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

header{
    height: 100px;
    background-color: rgb(189, 51, 189);
}

main{
    justify-content: center;
    display: flex;
}

p{
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 35px;
    padding: 30px;
    color: rgb(187, 236, 255);
}


