body {
    background-color: rgb(27, 19, 46);
    font-family: "fantasy";
    margin: 0;
}

h1 {
    color: white;
    text-align: center;

}

p {
    color: lightskyblue;
    text-align: center;
    padding: 6px;
}

img {
    position: absolute;
    right: 40%;
    width: 400px;
    height: 400px;
}


#topnav {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    background-color: rgb(39, 39, 39);
    font-family: Arial, sans-serif;
    font-size: 15px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin: 0px;
    z-index: 1;
}

.nav-link {
    width: 100px;
    height: 55px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 55px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;

}

#home {
    width: 120px;
    height: 55px;
    background-color: rgb(17, 17, 17);
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 55px;
    color: rgb(255, 255, 255);


}


.nav-links {
    display: flex;
    gap: 10px;
}


ol {
    color: aliceblue;
    position: absolute;
    top: 200px;
    list-style-type: none;
    font-size: 20px;
}

a {
    color: white;

}

a:hover {

    color: rgb(232, 151, 240);
}



.container {
    margin: 20px;
    height: 810px;
    width: 810px;
    margin: 20px auto;
    border: 5px solid rgb(255, 255, 255);


}

.box {
    width: 200px;
    height: 200px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    border: 1px solid white;
}

.b1 {
    background-color: rgb(243, 106, 209);
    float: left;
}

.b2 {
    background-color: red;
    float: left;
}

.b3 {
    background-color: aqua;
    float: left;
}

.b4 {
    background-color: rgb(162, 224, 126);
    float: inline-end;
}

.b5 {
    background-color: rgb(154, 189, 230);
    float: inline-end;
}

.b6 {
    background-color: crimson;
    float: right;
}

.b7 {
    background-color: rgb(28, 48, 230);
    float: right;
}

.b8 {
    background-color: darkorchid;
    float: right;
}


.b9 {
    background-color: cadetblue;
    float: inline-start;
}


.b10 {
    background-color: cornflowerblue;
    float: right;
}

.box.b8 {
    width: 202px;
    height: 300px;
    color: white;
    font-size: 30px;
    font-weight: bold;

}

.box.b9 {
    width: 200px;
    height: 305px;
    color: white;
    font-size: 30px;
    font-weight: bold;

}

.box.b10 {
    width: 200px;
    height: 305px;
    color: white;
    font-size: 30px;
    font-weight: bold;

}

.box.b5 {
    width: 200px;
    height: 300px;
    color: white;
    font-size: 30px;
    font-weight: bold;

}

.box.b3 {
    width: 202px;
    height: 200px;
    color: white;
    font-size: 30px;
    font-weight: bold;

}




form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    position: absolute;
    left: 45%;
    


}


label {

    color: lightblue;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;


}