.outer {
    border-width: 7px; 
    border-style: solid; 
    border-image: url(imgs/borderpink.gif) 6 fill round; 
    border-radius:10px;
    max-width: 1080px;
    margin: auto;
}.outer2 {
    border-width: 7px; 
    border-style: solid; 
    border-image: url(imgs/borderpinker.png) 6 fill round; 
    border-radius:10px;
    max-width: 1080px;
    margin: auto;
}.outer3 {
    border-width: 7px; 
    border-style: solid; 
    border-image: url(imgs/borderyellow.png) 6 fill round; 
    border-radius:10px;
    max-width: 1080px;
    margin: auto;
}.outer4 {
    border-width: 7px; 
    border-style: solid; 
    border-image: url(imgs/borderblue.png) 6 fill round; 
    border-radius:10px;
    max-width: 1080px;
    margin: auto;
}.inner {
    width: 100%;
    top: 0;
    height: 250px;
    max-width: 1080px;
    background-image:url(imgs/websiteheader.png);
    align-content: center;
    text-align: right;
   
}.outer2head {
    border-width: 21px; 
    border-style: solid; 
    border-image: url(imgs/borderpinker.png) 7 fill round; 
    border-radius:10px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.contents {
    display: flex;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
}
.pink{ color: hotpink;} .blue {color: #ff9967}
a {
    color: cornflowerblue;
}

#credits {
    margin-left: 60px;
    margin-top: 20px;
    margin-bottom: 50px;
    max-width: 600px;
    text-align: center;
    color:rosybrown; 
    max-height: 400px;
}

p {margin-top: 0;} 
h3 {margin-bottom:0}

td {
    text-align: right;
    max-width: 250px;
    border-top: 1px dashed pink;
    color: rosybrown;
    
}th {
    text-align: left;
    max-width: 300px;
    border-top: 1px dashed pink;
}

ul li {
    list-style-type: none;
    margin-left: -45px;
}

#inspo {
    max-width: 300px;
    margin-top: 50px;
    margin-left: 30px;
    margin-bottom: 10px;
    text-align: center;
    color: rosybrown;
}
#helps {
    width: 400px;
    margin-left: 110px;
    text-align: center;
    color: rosybrown
}
#peoples {
    margin-top: 100px;
    margin-left: -100px;
    max-width: 350px;
    max-height: 250px;
    color: rosybrown;
    text-align: center;
}