*{
    cursor:none;
}
@font-face{
    font-family:"Ortica";
    src:url("./fonts/Ortica-Light.woff2") format("woff2");
}
body{
  background-image: url('./images/website\ back2.png');
  background-size: cover;
  
}
#container{
    padding-left: 10%;
    padding-right: 10%;
    top: 0%;
}

.tosite{
    width: 300px;
    height: 300px;
    background-color: blue;
    border-radius: 50%;
    margin: auto;
}
#cursor{
    position: fixed;
    left: 0%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    background-color: blue;
    border: 1pt solid blue;
    pointer-events: none;
    border-radius: 50%;
    transition: width 0.5s, height 0.5s;
    opacity: .5;
    z-index: 1;
}
.third{
    transform: rotate(90deg);
    position: fixed;
    right: -90px;
    top: 500px;
    color: blue;
    font-family: Ortica;
}

img:hover{
    opacity: 1;
}

.first{
    text-align: left;
    font-size: 5em;
    font-family: Ortica;
    color: blue;
}
.second{
    text-align: right;
    font-size: 5em;
    font-family: Ortica;
    color: blue;
   
}
.image{
    color: white;
    border-radius: 60%;
}
.frame{
    background-color: ;
}
.frame:hover{
    background-color: blue;
    color: white;

}
p{
    margin-block-start: 0%;
}
.image:hover{
    opacity: .5;
}
a{
    text-decoration: none;
    color: blue;
}
