body {
    background-color: #F8C3BE;
}

button {
    background-color: #CFFBF8;
    border: 2px solid black;
    border-radius: 8px;
    color: black;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-family: Times New Roman;
}

#cpu {

    font-family: Times New Roman;
    top: 220px;
}

#cpu #title1 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    position: absolute;
    top: 300px;
    left: 200px;
    font-size: 25px;
}

#io-request-box2 {
    width: 150px;
    height: 50px;
    background-color: white;
    border-style: solid;
    border-radius: 3px;
    position: absolute;
    left: 150px;
    top: 350px;
    text-align: center;
    font-family: Times New Roman;
}


#ram {
    font-family: Times New Roman;
    top: 400px;
}

#ram #title2 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    position: absolute;
    top: 450px;
    left: 200px;
    font-size: 25px;
}

#system-call-box {
    width: 150px;
    height: 50px;
    background-color: white;
    border-style: solid;
    border-radius: 3px;
    position: absolute;
    left: 150px;
    top: 500px;
    text-align: center;
    font-family: Times New Roman;
}

#device-driver-box {
    width: 150px;
    height: 50px;
    background-color: white;
    border-style: solid;
    border-radius: 3px;
    position: absolute;
    left: 150px;
    top: 550px;
    text-align: center;
    font-family: Times New Roman;
}

#user-program-box {
    width: 150px;
    height: 50px;
    background-color: white;
    border-style: solid;
    border-radius: 3px;
    position: absolute;
    left: 150px;
    top: 700px;
    text-align: center;
    font-family: Times New Roman;

}

#io-request-box1 {
    width: 150px;
    height: 50px;
    background-color: red;
    border-style: solid;
    border-radius: 3px;
    position: absolute;
    left: 150px;
    top: 650px;
    text-align: center;
    font-family: Times New Roman;
}

#interrupt-handler-box {
    width: 150px;
    height: 50px;
    background-color: white;
    border-style: solid;
    border-radius: 3px;
    position: absolute;
    left: 150px;
    top: 600px;
    text-align: center;
    font-family: Times New Roman;
}

#box {

    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 300px;
    height: 75px;
    background-color: #CFFBF8;
    padding: 15px;
    font-family: Times New Roman;
    font-size: 20px;
    text-align: center;
}

#monitor-box-display {
    width: 150px;
    height: 50px;
    background-color: white;
    border-style: solid;
    border-radius: 3px;
    position: absolute;
    left: 670px;
    top: 420px;
    text-align: center;
    font-family: Times New Roman;
}

#monitor-box-done {
    width: 150px;
    height: 50px;
    background-color: white;
    border-style: solid;
    border-radius: 3px;
    position: absolute;
    left: 670px;
    top: 470px;
    text-align: center;
    font-family: Times New Roman;
}

#monitor #title3 {
    margin: 0px;
    padding: 0px;
    text-align: right;
    position: absolute;
    top: 380px;
    left: 700px;
    font-size: 25px;
}

#monitor #image {
    position: absolute;
    top: 520px;
    left: 650px;
}

#monitor-box {
    position: absolute;
    top: 530px;
    left: 670px;
    width: 160px;
    height: 100px;
    border-style: solid;
    border-radius: 3px;
    text-align: center;
    font-family: Times New Roman;
    font-size: 50px;
}

#arrow1 {
    position: absolute;
    top: 350px;

}

#arrow2 {
    position: absolute;
    left: 260px;
    top: 350px;
}

#arrow3 {
    position: absolute;
    left: 270px;
    top: 475px;
}

#arrow4 {
    position: absolute;
    left: 300px;
    top: 440px;
}

#arrow5 {
    position: absolute;
    left: 810px;
    top: 410px;
}

#arrow6 {
    position: absolute;
    left: 300px;
    top: 310px;
}

#arrow7 {
    position: absolute;
    top: 340px;
    left: 260px;
}

#arrow8 {
    position: absolute;
    top: 340px;
    left: 250px;
}

#arrow9 {
    position: absolute;
    top: 350px;
    left: 50px;
}

#arrow10 {
    position: absolute;
    top: 500px;
    left: 830px;
}

#arrow11 {
    position: absolute;
    top: 570px;
    left: 310px;
} 

#arrow12 {
    position: absolute;
    top: 330px;
    left: 40px;
}