* {
    margin: 0;
    padding:0;
    box-sizing: border-box;
}

html {
scroll-behavior: smooth;
width: 100%;
overflow-x: hidden;
}


  h1{
    font-family: "Permanent Marker", serif;
    font-weight: 400;
    font-style: normal;

    /* align and justify must be used for centering */
    align-self: center;
    justify-self: center;
  }


body {
    font-size: 22px;
    font-family: Jua;
    color: rgb(255, 255, 255);
    line-height: 44px;
    background-color: #267A82;
    
}

header {
width: 100%;
min-height: 100px;

background-color: #29D9A7;
padding: 20px;
z-index: 999;
}
p{ align-self: center;
    justify-self: center;}

    img{
       
        /* border: 20px solid rgb(#A44747); */
        /* border-bottom: 55px solid rgb(#A44747); */
        min-width: 400px;
        min-height: 400px;
    }
    #about:hover{
        transform: scale(1.3);
        transition: transform 0.5s;
    }

 
#aboutmetext {position: relative;
    gap: 10;
    font-family: 'Irish Grover';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    position: relative;
    color: #FFFFFF;
    margin:0 auto; 
    width: 100%;
    text-align: center;
/*  margin:0 auto; puts text in the middle} */
}

#top{

    text-justify: right;
    grid-template-columns: 5fr 5fr 1fr;
}
#about{
    box-shadow: 3px 12px 20px black;
    background-color: #A44747;
    transition: transform 0.5s;
    border-radius: 1rem;
    gap: 1rem;
margin: auto;
padding-left: 15px;
padding-right: 15px;
}