*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body{
    background-color: bisque;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
}

section{
    margin-top: 30px;
    width:600px;
    height: 100px;
    border-radius: 10px;
    background-color: #ff725e;
    color: aliceblue;
    box-shadow: 1px 5px 10px #aaa;
    display: flex;
    justify-content: center; 
    flex-direction: column;
    margin-bottom: 20px;
    padding-left: 20px;

}

.container{
    background-color: #ffffff;
    width:600px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center; 
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 1px 5px 10px #aaa;
    padding-top: 30px;
    padding-bottom: 30px;
    
}


img{
    height: 400px;
    width:470px;
    margin-bottom: 10px;
}

.line{
    margin-bottom: 10px;
    width: 440px;
    margin-left: 30px;
    margin-right: 30px;
    border: 0.5px #b7b7b7 solid;
    background-color: #b7b7b7;
    
    
}

.bottom h4{
    margin-top:20px;
}

.bottom{
    
    color:#8ca6b2;

}

h1{
    color:#455a64;

}

.footer,h2{
    color:#455a64;
   
}

.bottom-r{
    
    color:#8ca6b2;
    font-size: small;   
}

h3{
    display: flex;
    justify-content: end;
}

.bottom-r h4{
    display: flex;
    justify-content: end;
}