* {
    box-sizing: border-box;
}

body {
    background-image: url("flowers.jpg");
    background-repeat: repeat;
    font-family: "Jim Nightshade", cursive;
}

.title-main {
  font-size: 65px;
}

.title-main {
    width: 800px;
    height: 90px;

    margin: 40px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    background: #E3E4DB;
    border-radius: 5px;
    border: 1px solid #461220;
    box-shadow: 2px 2px #461220;
}

.title_music, .title_cd {
    width: 800px;
    font-family: "IM Fell English SC", serif;
    margin: 40px auto 10px auto;

    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    background: #E3E4DB;
    border-radius: 5px;
    border: 1px solid #461220;
    box-shadow: 2px 2px #461220;
}

.box1 {
    width: 800px;
    margin: 10px auto 40px auto;
    padding: 0px 20px;
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    background: #E3E4DB;
    border-radius: 5px;
    border: 1px solid #461220;
    box-shadow: 2px 2px #461220;
}