@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');

body {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100vh;
    margin: 0;
    flex-direction: column;
    font-family: 'Cairo', sans-serif;
}

header {
    background-color: aquamarine;
    width: 100%;
    height: 100px;
    display: flex;
}
header img {
    position: relative;
    top: 5px;
}

header h1 {
    align-items: center;
    text-align: center;
    justify-content: center;
    position: absolute;
    right: 30px;
}

h2 {
    font-size: 50px;
    font-weight: 900;
    color: red;
    position: relative;
    left: 150px;
    bottom: 10px;
}

.pic-one {
    position: relative;
    right: 200px;
    bottom: 100px;
    border-radius: 30px;
}

.pic-two {
    position: relative;
    left: 100px;
    bottom: 100px;
    width: 400px;
}

.bottom {
    position: relative;
    bottom: 110px;
    width: 100%;
    background-color: aquamarine;
    text-align: center;
    height: 150px;
    border: 1px solid black;
}

.ai {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    border: none;
    width: 70px;
    height: 70px;
    z-index: 9999;
}

.ni {
    position: fixed;
    left: 405px;
    width: 640px;
    z-index: 9999;
}