body {
    height: 800px;
    background-color: rgb(38, 14, 14);
    padding-left: 40px;
    padding-right: 40px;
    color: white;
    background-image: url(drive-download-20250226T190607Z-001/guitar.png);
    background-repeat: no-repeat;
    background-size: 140%;

}

.body {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    height: 80px;
    margin-bottom: 20px;
    background-color: rgba(13, 13, 13, 0.597);
    padding-top: 25px;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    width: 1030px;

}


.headerbutton {
    background-color: rgb(122, 45, 45);
    ;
    color: white;
    height: 45px;
    width: 150px;
    margin-left: 95px;
    margin-right: 95px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
}

header {
    height: 140px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    text-align: center;
    letter-spacing: 40px;
    font-family: 'Times New Roman', Times, serif;
    color: white;
}

.logo {
    height: 140px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    text-align: center;
    letter-spacing: 40px;
    font-family: 'Times New Roman', Times, serif;
    color: white;
    text-decoration: none;
}

.homepage {
    text-align: center;
    height: 1020px;
    width: 1050px;

}

h1 {
    color: rgb(186, 59, 59);
}

.bio {
    display: flex;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.about {
    width: 500px;
    height: 700px;
    background-color: black;
    padding-left: 20px;
    padding-right: 20px;

}

.tour {
    margin-top: 60px;
    height: 300px;
    background-color: rgba(120, 39, 39, 0.782);
    padding-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    border-width: 2px;
    border-color: rgb(186, 59, 59);
    border-style: double;
}

.calender {
    display: flex;
}


h2 {
    color: rgb(186, 59, 59);
    margin-left: 195.2px;
}

.year {
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    font-size: 150%;
    margin-left: auto;
    margin-right: 10px;
    color: rgb(186, 59, 59);
    font-weight: bold;
}

.tourdates {
    background-color: rgb(0, 0, 0);
    margin-left: 20px;
    margin-right: 20px;
    height: 200px;
    padding-top: 20px;
}

.biopicture {
    height: 300px;
    width: 400px;
    margin-left: 60px;
    margin-right: 10px;
    background-color: white;
    margin-top: 15px;
    margin-bottom: 60px;
    border-style: solid;
    border-width: 2px;
}

.livephoto {
    background-image: url(drive-download-20250226T190607Z-001/IMG_20250225_233940~2.jpg);
    background-size: 100%;
}

.friendphoto {
    background-image: url(drive-download-20250226T190607Z-001/IMG_20250202_211001.jpg);
    background-size: 100%;
}

.footer {
    background-color: rgba(6, 3, 3, 0.606);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

h3 {
    text-align: center;
    text-decoration: underline;
    color: rgb(186, 59, 59);
}

.socials {
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
}

.instagram {
    text-align: center;
    flex: 1;
}

.instagramcontact {
    text-align: center;
    flex: 1;
    font-size: 20px;
}

.youtube {
    text-align: center;
    flex: 1;
}

.email {
    text-align: center;
    flex: 1;
    font-size: 20px;
}

.copyright {
    text-align: center;
    font-size: 10px;
}

.biography {
    height: 800px;
    background-color: black;
    padding-left: 50px;
    padding-right: 50px;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.contactbutton {
    margin-top: 100px;
}

.contactcard {
    background-color: rgba(6, 3, 3, 0.606);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 700px;
    height: 300px;
}

h4 {
    text-align: center;
    text-decoration: underline;
    color: rgb(206, 206, 206);
    font-size: 30px;
}

p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    ;
}

button:hover {
    border-width: 5px;
    border-color: rgb(186, 59, 59);
}