*{
    margin: 0;
    padding: 0;
}
body{
    scroll-behavior: smooth;
    background-color: white;
    margin: 30;
    overflow: hidden;
}
.cover{
    background-color: sandybrown;
    width: 500px;
    height: 800px;
    border: 4px solid orange;
    margin-left: 33rem;
}
.image{
    height: 300px;
    width: 200px;
    position: relative;
    left: 100px;
}
.text{
    position: relative;
    left: 200px;
    bottom: 50px;
}
.text strong{
    font-size: 2.5rem;
    color: orangered;
    text-shadow: 4px 2px #eee;
}
.text b{
    font-size: 2.5rem;
    color: #6a5acd;
    text-shadow: 4px 2px #eee;
    font-family: sans-serif;
    padding-left:10px;
}
.text span{
    font-size: 1.5rem;
    color: #000;
    text-shadow: 2px 2px #eee;
    font-weight: 800;
}
.text h1{
    font-weight: 900;
    text-shadow: 2px 2px #eee;
    color: orange;

}
.text h3{
    font-weight: bold;
    text-shadow: 2px 2px #eee;
    color: brown;
}
.text h4{
    font-size: 1.5rem;
    text-shadow: 2px 2px #eee;
    color: brown;
}
.text h1{
    font-size: 2rem;
    text-shadow: 2px 2px #eee;
    color: rgb(40, 10, 240);
}
.posion{
    position: relative;
    right: 90px;
}
.bottom{
    background-color: #eee;
    border: 2px solid #000;
    border-radius: 20px;
    padding-left: 10px;
    width: 96%;
}
.bottom h1{
    color: red;
}
.bottom strong{
    color: brown;
    
}
.s1{
    word-spacing: 2px;
}
.s2{
    display: flex;
}


