body {
    background-image: linear-gradient(45deg, #FFBA49, #00AEB1, #EB897A, #6E82B8);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 110vh;
    width: auto;
}

h1 { 
    text-align: center; 
    font-size: 60px; 
    font-family:Impact; 
    color:#CE4E53; 
    text-shadow: 3px 3px black;
}

h2{
    padding:10px; 
    text-align: center; 
    font-size: 20px; 
    font-family:Arial;  
    color:white; 
    
}

h3 {
    padding:10px; 
    text-align: center; 
    font-size: 25px; 
    font-family:Arial;  
    font-style: italic; 
    color: #FFBA49;  
    text-shadow: 2px 2px black;
}

.header{
    display:flex; 
    justify-content: space-between; 
}

.header_pic{
    width: 10%; 
    height:10%; 
}

.pic_container{
    display: flex; 
    justify-content: space-around;
    align-items:center;
}

.picture{
    width: 30%; 
    height: 30%; 
    border-style: dashed; 
    border-color: #FFBA49; 
    border-width:10px; 
}

.text_container{
    text-align: center; 
}

.button_container{
    align-items: center; 
    justify-content: center;
    display: flex; 
}

.button{
    width: 100px; 
    height: 50px; 
    background-color: #CE4E53; 
    text-align:center; 
    border-radius: 15px; 
    margin: auto;
    padding-top: 20px;
    padding-bottom: 0px;
    font-family: Impact; 
    font-size: 20px; 
}

br {
    padding:5px; 
}
